Andrew Tridgell
|
e1a88a13a7
|
GCS_MAVLink: added MAV_CMD_DO_LAND_START
see discussion on drones-discuss
|
2014-10-20 08:36:19 +11:00 |
Andrew Tridgell
|
7636cc6971
|
GCS_MAVLink: merged upstream changes
|
2014-10-20 08:36:19 +11:00 |
Andrew Tridgell
|
25f6dc2549
|
GCS_MAVLink: mavlink XML updates from upstream
|
2014-09-11 20:15:44 +10:00 |
Andrew Tridgell
|
f9d5715754
|
GCS_MAVLink: merged latest upstream common.xml
|
2014-08-14 11:01:41 +10:00 |
Andrew Tridgell
|
4e39f97d7a
|
GCS_MAVLink: merged with upstream
|
2014-07-25 11:39:48 +10:00 |
Andrew Tridgell
|
6b53f473d9
|
GCS_MAVLink: added a new TERRAIN_ALT frame type for missions
|
2014-07-24 21:50:18 +10:00 |
Andrew Tridgell
|
0df2dd9092
|
GCS_MAVLink: added TERRAIN_CHECK and TERRAIN_REPORT messages
|
2014-07-24 21:45:57 +10:00 |
Andrew Tridgell
|
1ecd4b7fb2
|
GCS_MAVLink: updated terrain messages
|
2014-07-24 21:45:46 +10:00 |
Andrew Tridgell
|
3020d91dcd
|
GCS_MAVLink: keep a bitmap of what mavlink channels are active
- this will allow for looping over active channels in libraries
- expose active channel mask
|
2014-07-24 21:45:46 +10:00 |
Andrew Tridgell
|
f26bbb6ddb
|
GCS_MAVLink: added terrain mavlink messages
|
2014-07-24 21:45:46 +10:00 |
Andrew Tridgell
|
3d2460bd42
|
XML: resolved conflicts in MAV_CMD_ enum
this moves a couple of commands to be MAV_CMD_DO_ commands, after
discussions with Lorenz and Randy
|
2014-07-24 21:40:16 +10:00 |
Andrew Tridgell
|
0f24c43b0c
|
GCS_MAVLink: merged latest changes from upstream
|
2014-07-24 21:38:31 +10:00 |
Randy Mackay
|
bf6fd6f984
|
GCS_MAVLink: add second mag to PREFLIGHT_SET_SENSOR_OFFSETS
Updates the comments for parameter 1 only, this does not affect the
message format.
|
2014-07-10 20:24:55 +09:00 |
Niels Joubert
|
ad5311c089
|
MAVLink: New message definitions for GPS_RTK
|
2014-06-30 10:29:57 +10:00 |
Andrew Tridgell
|
0db226daf5
|
GCS_MAVLink: merge in upstream changes
|
2014-06-17 20:19:35 +10:00 |
Andrew Tridgell
|
67937b5b79
|
GCS_MAVLink: added MAV_CMD_DO_INVERTED_FLIGHT
used to invert from a mission
|
2014-06-05 15:43:46 +10:00 |
Andrew Tridgell
|
ccebeba5a5
|
GCS_MAVLink: added MAV_SYS_STATUS_AHRS
will be used to indicate AHRS health
|
2014-05-15 21:14:21 +10:00 |
Andrew Tridgell
|
983ac9cbf4
|
GCS_MAVLink: merge in latest upstream XML changes
|
2014-05-15 21:14:21 +10:00 |
Andrew Tridgell
|
14b3696959
|
GCS_MAVLink: added SERIAL_CONTROL message definition
will be used for on-board radio and GPS firmware update and control
over USB
|
2014-04-04 21:57:22 +11:00 |
Randy Mackay
|
519d5fc444
|
GCS_MAVLink: add MAV_CMD_NAV_SPLINE_WAYPOINT cmd
This is the same as a NAV_WAYPOINT except that the vehicle flies a
spline curved path to the destination
|
2014-03-28 09:23:23 +09:00 |
Michael Day
|
c5ebd120f1
|
GCS_MAVLink: XML for MAV_CMD_DO_FENCE_ENABLE and MAV_SYS_STATUS_GEOFENCE
|
2014-03-27 09:26:20 +11:00 |
Andrew Tridgell
|
d24547b390
|
GCS_MAVLink: merge latest msgs from upstream
|
2014-03-25 14:47:05 +11:00 |
Andrew Tridgell
|
106fda773f
|
GCS_MAVLink: merge XML from upstream
|
2014-03-20 10:20:00 +11:00 |
Andrew Tridgell
|
a1aebc0c15
|
GCS_MAVLink: update from upstream
|
2014-02-15 05:29:23 +11:00 |
Andrew Tridgell
|
0cbd5a2ef0
|
GCS_MAVLink: added POWER_STATUS message
|
2014-02-15 05:00:08 +11:00 |
Andrew Tridgell
|
028eceefc4
|
GCS_MAVLink: import new mavlink XML
|
2013-12-17 11:51:35 +11:00 |
Andrew Tridgell
|
704ddddfaa
|
GCS_MAVLink: update from upstream XML
|
2013-12-09 17:34:06 +11:00 |
Randy Mackay
|
d1906abb5c
|
GCS_MAVLink: add RC receiver to SYS_STATUS enum
|
2013-10-24 16:32:09 +09:00 |
Randy Mackay
|
8aec70af1d
|
GCS_MAVLink: add SYS_STATUS_SENSOR enum
|
2013-10-03 22:12:48 +09:00 |
Randy Mackay
|
6bcbcc0382
|
GCS_MAVLink: add DO_SET_ROI to common.xml
|
2013-07-14 15:49:17 +09:00 |
Andrew Tridgell
|
b1202ccbff
|
GCS_MAVLink: merge in latest upstream XML changes
|
2013-07-14 15:41:25 +10:00 |
Andrew Tridgell
|
fff777bda2
|
MAVLink: update to latest upstream message defintions XML
this adds new HIL support for airspeed, and common SIM_STATE and
RADIO_STATUS messages
|
2013-07-01 15:38:45 +10:00 |
Andrew Tridgell
|
9bdbd6bfbd
|
MAVLink: update to latest common.xml from upstream
|
2013-05-11 21:07:27 +10:00 |
Andrew Tridgell
|
df91734883
|
MAVLink: import latest upstream messages and headers
|
2013-01-08 14:37:40 -08:00 |
Andrew Tridgell
|
d2f9a705ea
|
MAVLink: clarify frame of reference for HIL_STATE
|
2012-12-03 23:31:34 +11:00 |
Andrew Tridgell
|
4b4b67496b
|
MAVLink: rename the message_definitions directory
|
2012-07-26 10:03:36 +10:00 |
Andrew Tridgell
|
8dd62829f9
|
MAVLink: removed MAVLink 0.9 message definitions
we are now 1.0 only
|
2012-07-26 10:03:36 +10:00 |
Andrew Tridgell
|
0753782c49
|
MAVLink: re-add the XML message definitions
these are a very useful reference for the current headers in the code
|
2012-04-24 10:57:43 +10:00 |
James Goppert
|
ba89f39781
|
Updated MAVLink to 1.0.6 release.
|
2012-04-19 15:46:29 -04:00 |
Andrew Tridgell
|
dc20d89375
|
MAVLink: update to latest mavlink XML
this includes the geo-fencing messages
|
2011-12-16 20:11:51 +11:00 |
Jason Short
|
0e1727e492
|
MAV_CMD_DO_SET_ROI
|
2011-11-09 12:07:57 -08:00 |
tridge60@gmail.com
|
3072b61aeb
|
updated XML MAVLink definitions
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3272 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-09-05 06:19:39 +00:00 |
tridge60@gmail.com
|
6cf66ee773
|
MAVLink: pull in latest changes from upstream MAVLink
this gives us the new SENSOR_OFFSETS message for debugging sensor
calibration
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3080 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-08-13 04:45:48 +00:00 |
james.goppert
|
c7d2a71fea
|
Updated GCS_MAVLink to match mavlink master.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3017 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-08-05 08:18:08 +00:00 |
james.goppert
|
938ab0ac56
|
Synced with mavlink dev branch, RC_CHANNELS_OVERRIDE packet added.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2344 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-05-18 03:24:31 +00:00 |
james.goppert
|
3020a471da
|
Updated mavlink to latest roi branch.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2187 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-05-07 20:49:13 +00:00 |
mich146@hotmail.com
|
42caba7d8e
|
Mavlink update
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1777 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-03-16 10:09:22 +00:00 |
mich146@hotmail.com
|
975f8ff006
|
Mavlink update
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1757 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-03-08 11:07:58 +00:00 |
james.goppert
|
6b4f84e267
|
Mavlink update.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1685 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-02-19 17:54:14 +00:00 |
jasonshort
|
02b0e92d5b
|
Added MAV_CMD_NAV_R_WAYPOINT, MAV_CONDITION_ANGLE
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1679 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-02-19 03:59:06 +00:00 |