Andrew Tridgell
|
1fe7b2fe18
|
Plane: update for new APM_OBC API
|
2014-04-07 07:28:35 +10:00 |
Andrew Tridgell
|
f7858bfb0a
|
Plane: added support for SERIAL_CONTROL message
|
2014-04-05 07:34:33 +11:00 |
Andrew Tridgell
|
5a84fb96ed
|
Plane: build fix
|
2014-04-03 20:54:50 +11:00 |
Andrew Tridgell
|
1efadb7a05
|
Plane: fixed some warnings
|
2014-04-03 12:48:06 +11:00 |
Andrew Tridgell
|
3c33eb3f09
|
Plane: use new channel output API
|
2014-04-03 12:19:11 +11:00 |
Andrew Tridgell
|
88693796ef
|
Plane: update for GPS.setHIL() API
|
2014-04-02 07:55:28 +11:00 |
Andrew Tridgell
|
e19341ca32
|
Plane: convert to new GPS driver API
|
2014-04-01 06:38:24 +11:00 |
Andrew Tridgell
|
958e17f4ff
|
Plane: use AP_GPS_Auto for 2nd GPS
|
2014-04-01 06:38:23 +11:00 |
Andrew Tridgell
|
14671d0bcd
|
Plane: fixed previous_mode error in geofence
when we were in MANUAL we would switch back to STABILIZE
|
2014-03-29 13:53:19 +11:00 |
Andrew Tridgell
|
bcbdb15c7d
|
Plane: changed version to 2.79beta1
|
2014-03-28 09:47:59 +11:00 |
Andrew Tridgell
|
61ebf365d9
|
Plane: fixed reverting modes when FENCE_SET_RALLY is enabled
we need to keep the guided destination we are using
|
2014-03-27 10:41:24 +11:00 |
Andrew Tridgell
|
8639676eb3
|
Plane: we need 5 points for a valid geofence
the first and last points need to be the same for it to be a closed
polygon
|
2014-03-27 10:40:00 +11:00 |
Michael Day
|
268b1e85a1
|
Plane: Changes needed prior to merging with master identified by Tridge.
|
2014-03-27 09:26:20 +11:00 |
Michael Day
|
f921d4fbac
|
Plane: FENCE_RET_RALLY param. Plane returns to rally point on breach.
|
2014-03-27 09:26:20 +11:00 |
Michael Day
|
25f23cf16c
|
Plane: Sends MAV_SYS_STATUS_GEOFENCE and also allows GCS to enable/disable fence.
|
2014-03-27 09:26:20 +11:00 |
Andrew Tridgell
|
32a1c717e6
|
Plane: report up to 18 RC input channels via MAVLink
|
2014-03-25 14:47:43 +11:00 |
Andrew Tridgell
|
ff70c87f0b
|
Plane: support 14 RC channels on PX4
|
2014-03-25 14:47:05 +11:00 |
Andrew Tridgell
|
09ed8d5819
|
Plane: updates for new RCInput API
|
2014-03-25 14:47:05 +11:00 |
Andrew Tridgell
|
b8781ccea7
|
Plane: fixed a compiler warning
|
2014-03-24 12:52:05 +11:00 |
Andrew Tridgell
|
e8b9f22b01
|
Plane: updates for GPS changes
|
2014-03-24 12:04:31 +11:00 |
Andrew Tridgell
|
d124fdb182
|
Plane: report compass unhealthy if primary compass unhealthy
|
2014-03-24 07:03:53 +11:00 |
Andrew Tridgell
|
f6b56b5d26
|
Plane: fixed mission resume at arbitrary waypoints
on completion of a mission a user can ask for it to resume at any wp
|
2014-03-21 10:21:37 +11:00 |
Andrew Tridgell
|
861523a00a
|
Plane: use TECS get_target_airspeed()
|
2014-03-20 17:34:33 +11:00 |
Michael Day
|
dd06756abf
|
Plane: Add Log_Write_Radio. MASK_LOG_PM must be set for logging to occur.
|
2014-03-20 09:56:37 +11:00 |
Andrew Tridgell
|
4257d8365c
|
Plane: removed check on target_component in ARM/DISARM
Thanks to DonLakeFlyer for finding this, see
https://github.com/diydrones/ardupilot/pull/909
|
2014-03-20 09:06:48 +11:00 |
Andrew Tridgell
|
ce3f40b095
|
Plane: use should_log() for more msgs
|
2014-03-19 14:18:14 +11:00 |
Andrew Tridgell
|
abfcee1cef
|
Plane: fixed channel reversal in HIL
makes it possible to reverse channels
|
2014-03-19 14:17:40 +11:00 |
Randy Mackay
|
3ce56f3086
|
Plane: integrate Mission cmd field changes
|
2014-03-19 12:14:24 +09:00 |
Andrew Tridgell
|
4031f7d368
|
Plane: use common deferred message handling
|
2014-03-19 12:14:17 +09:00 |
Andrew Tridgell
|
b74fddade3
|
Plane: use common MISSION_ITEM code
|
2014-03-19 12:14:11 +09:00 |
Andrew Tridgell
|
0d39f354b0
|
Plane: use new common MAVLink code
|
2014-03-19 12:13:38 +09:00 |
Andrew Tridgell
|
7d3523b4a7
|
Plane: use _send_buf() functions to reduce stack usage in MAVLink replies
this re-uses the incoming message buffer in constructing the reply
|
2014-03-19 12:13:28 +09:00 |
Andrew Tridgell
|
537e78f9fa
|
Plane: much faster mission upload
send next WP request immediately if possible. This speeds up mission
upload on USB by about 10x
|
2014-03-19 12:13:27 +09:00 |
Randy Mackay
|
1ad743c4e1
|
Plane: use common GCS_MAVLink handle_mission methods
|
2014-03-19 12:13:21 +09:00 |
Andrew Tridgell
|
740ecc2c1b
|
Plane: use new handle_mission_request() function
|
2014-03-19 12:13:12 +09:00 |
Randy Mackay
|
2184ff1e58
|
Plane: set_next_WP fn accepts Location
|
2014-03-19 12:13:06 +09:00 |
Randy Mackay
|
96b2e88e36
|
Plane: add comment to GCS_Mavlink.pde
|
2014-03-19 12:13:03 +09:00 |
Randy Mackay
|
ce9f2ef7f0
|
Plane: minor command logic comments and reordering
|
2014-03-19 12:13:01 +09:00 |
Randy Mackay
|
ad4f30e790
|
Plane: use mission command specific structures
|
2014-03-19 12:12:52 +09:00 |
Randy Mackay
|
9ef920b0be
|
Plane: integrate dataflash Log_Write_MavCmd
|
2014-03-19 12:12:45 +09:00 |
Andrew Tridgell
|
4bf140aeac
|
Plane: make next_WP and prev_WP be locations
having a command ID in them doesn't really make sense
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
|
2014-03-19 12:12:39 +09:00 |
Randy Mackay
|
f1b97fee53
|
Plane: correct typo re RTL home with no mission
|
2014-03-19 12:12:33 +09:00 |
Randy Mackay
|
7f21e3885e
|
Plane: RTL home when AUTO run with no mission
|
2014-03-19 12:12:31 +09:00 |
Randy Mackay
|
6b789cd711
|
Plane: rename next_nav_command to auto_rtl_command
This command is only used to get the vehicle home (or to a rally point)
after the mission has completed
|
2014-03-19 12:12:30 +09:00 |
Randy Mackay
|
982ce56d2b
|
Plane: bug fix to set_current_cmd
When set_current_cmd mavlink message is received, resume mission only if
the mission has completed.
Stop mission when vehicle leaves AUTO mode.
|
2014-03-19 12:12:28 +09:00 |
Andrew Tridgell
|
3e05baf95c
|
Plane: fixed build (forward declarations)
|
2014-03-19 12:12:25 +09:00 |
Andrew Tridgell
|
2b5bf45e83
|
Plane: only activate mission callbacks in AUTO mode
|
2014-03-19 12:12:24 +09:00 |
Andrew Tridgell
|
3277416aeb
|
Plane: fixed relative altitudes and resuming mission
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
|
2014-03-19 12:12:22 +09:00 |
Andrew Tridgell
|
4992e2e2cf
|
Plane: use mission.resume() not mission.start()
|
2014-03-19 12:12:19 +09:00 |
Andrew Tridgell
|
d4510d9b9b
|
Plane: altitude for do_set_home() is in meters
|
2014-03-19 12:12:18 +09:00 |