Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Baitboat
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
Baitboat
Commits
43fe5bab
Commit
43fe5bab
authored
13 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
re-enable the AP_Mount build
parent
14238102
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ArduPlane/ArduPlane.pde
+1
-2
1 addition, 2 deletions
ArduPlane/ArduPlane.pde
Tools/scripts/build_all.sh
+1
-1
1 addition, 1 deletion
Tools/scripts/build_all.sh
libraries/GCS_MAVLink/GCS_MAVLink.h
+6
-1
6 additions, 1 deletion
libraries/GCS_MAVLink/GCS_MAVLink.h
with
8 additions
and
4 deletions
ArduPlane/ArduPlane.pde
+
1
−
2
View file @
43fe5bab
...
@@ -54,8 +54,7 @@ version 2.1 of the License, or (at your option) any later version.
...
@@ -54,8 +54,7 @@ version 2.1 of the License, or (at your option) any later version.
#include
<GCS_MAVLink.h>
// MAVLink GCS definitions
#include
<GCS_MAVLink.h>
// MAVLink GCS definitions
// AP_Mount disabled until it works with MAVLink10
#include
<AP_Mount.h>
// Camera/Antenna mount
// #include <AP_Mount.h> // Camera/Antenna mount
// Local modules
// Local modules
#include
"defines.h"
#include
"defines.h"
...
...
This diff is collapsed.
Click to expand it.
Tools/scripts/build_all.sh
+
1
−
1
View file @
43fe5bab
...
@@ -8,7 +8,7 @@ set -x
...
@@ -8,7 +8,7 @@ set -x
echo
"Testing ArduPlane build"
echo
"Testing ArduPlane build"
pushd
ArduPlane
pushd
ArduPlane
for
b
in
all apm2 apm2beta hil hilsensors mavlink10 mavlink09 sitl sitl-mavlink10 sitl-mavlink09
;
do
for
b
in
all apm2 apm2beta hil hilsensors mavlink10 mavlink09 sitl sitl-mavlink10 sitl-mavlink09
sitl-mount
;
do
pwd
pwd
make clean
make clean
make
$b
make
$b
...
...
This diff is collapsed.
Click to expand it.
libraries/GCS_MAVLink/GCS_MAVLink.h
+
6
−
1
View file @
43fe5bab
...
@@ -12,6 +12,11 @@
...
@@ -12,6 +12,11 @@
// to select MAVLink 1.0 in the arduino GUI build
// to select MAVLink 1.0 in the arduino GUI build
//#define MAVLINK_SEPARATE_HELPERS
//#define MAVLINK_SEPARATE_HELPERS
#ifndef MAVLINK10
// default to MAVLINK 1.0
#define MAVLINK10 ENABLED
#endif
#if MAVLINK10 == ENABLED
#if MAVLINK10 == ENABLED
# include "include/mavlink/v1.0/ardupilotmega/version.h"
# include "include/mavlink/v1.0/ardupilotmega/version.h"
#else
#else
...
@@ -119,7 +124,7 @@ static inline int comm_get_txspace(mavlink_channel_t chan)
...
@@ -119,7 +124,7 @@ static inline int comm_get_txspace(mavlink_channel_t chan)
}
}
#define MAVLINK_USE_CONVENIENCE_FUNCTIONS
#define MAVLINK_USE_CONVENIENCE_FUNCTIONS
#if MAVLINK10==
1
#if MAVLINK10==
ENABLED
# include "include/mavlink/v1.0/ardupilotmega/mavlink.h"
# include "include/mavlink/v1.0/ardupilotmega/mavlink.h"
#else
#else
# include "include/mavlink/v0.9/ardupilotmega/mavlink.h"
# include "include/mavlink/v0.9/ardupilotmega/mavlink.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment