Andrew Tridgell
d30c4ffe80
Plane: added AUTOTUNE_LEVEL parameter
11 years ago
Andrew Tridgell
8a20130ca8
Plane: changed for APM_Control API
11 years ago
Andrew Tridgell
1bce4239a3
Plane: added AUTOTUNE flight mode
...
this is just like FBWA, but with automatic roll/pitch tuning
11 years ago
Andrew Tridgell
d37f1a1376
Plane: updates for OBC API change
11 years ago
Andrew Tridgell
4d990fa6c8
Plane: ensure we log both GPS at the time we receive a msg
11 years ago
Andrew Tridgell
e79f1d0940
Plane: prepare for release of 3.0.1
11 years ago
Andrew Tridgell
aabcc2bb35
Plane: fixed a bug in PWM based throttle failsafe
...
many thanks to Sam Tabor for finding this bug!
11 years ago
Andrew Tridgell
affcea5342
Plane: fixed typo in VRBrain port
11 years ago
Emile Castelnuovo
a111d174c1
Plane: added VRBRAIN #defines and #includes
11 years ago
Andrew Tridgell
d0331e0f25
Plane: spelling fixes
11 years ago
Andrew Tridgell
d2d9ad5bbd
Plane: prepare for 3.0.0 release
11 years ago
Andrew Tridgell
c66008cdfa
Plane: fixed displayname for FENCE_AUTOENABLE
11 years ago
Andrew Tridgell
95764f4d78
Plane: fixed allocation and reporting of fence status
...
prevent a false fence active report on boot, and prevent the fence
from loading when it is not needed. This saves about 200 bytes of ram
on APM2 for most users
11 years ago
Michael Oborne
3fe9486868
Plane: fix auto doc unit on GROUND_STEER_DPS
11 years ago
Andrew Tridgell
de3c04adaf
Plane: show next wp when not running a mission
...
this lets the GCS know what wp would be run if auto mode is selected
11 years ago
Andrew Tridgell
1fe7b2fe18
Plane: update for new APM_OBC API
11 years ago
Andrew Tridgell
f7858bfb0a
Plane: added support for SERIAL_CONTROL message
11 years ago
Andrew Tridgell
5a84fb96ed
Plane: build fix
11 years ago
Andrew Tridgell
1efadb7a05
Plane: fixed some warnings
11 years ago
Andrew Tridgell
3c33eb3f09
Plane: use new channel output API
11 years ago
Andrew Tridgell
88693796ef
Plane: update for GPS.setHIL() API
11 years ago
Andrew Tridgell
e19341ca32
Plane: convert to new GPS driver API
11 years ago
Andrew Tridgell
958e17f4ff
Plane: use AP_GPS_Auto for 2nd GPS
11 years ago
Andrew Tridgell
14671d0bcd
Plane: fixed previous_mode error in geofence
...
when we were in MANUAL we would switch back to STABILIZE
11 years ago
Andrew Tridgell
bcbdb15c7d
Plane: changed version to 2.79beta1
11 years ago
Andrew Tridgell
61ebf365d9
Plane: fixed reverting modes when FENCE_SET_RALLY is enabled
...
we need to keep the guided destination we are using
11 years ago
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
11 years ago
Michael Day
268b1e85a1
Plane: Changes needed prior to merging with master identified by Tridge.
11 years ago
Michael Day
f921d4fbac
Plane: FENCE_RET_RALLY param. Plane returns to rally point on breach.
11 years ago
Michael Day
25f23cf16c
Plane: Sends MAV_SYS_STATUS_GEOFENCE and also allows GCS to enable/disable fence.
11 years ago
Andrew Tridgell
32a1c717e6
Plane: report up to 18 RC input channels via MAVLink
11 years ago
Andrew Tridgell
ff70c87f0b
Plane: support 14 RC channels on PX4
11 years ago
Andrew Tridgell
09ed8d5819
Plane: updates for new RCInput API
11 years ago
Andrew Tridgell
b8781ccea7
Plane: fixed a compiler warning
11 years ago
Andrew Tridgell
e8b9f22b01
Plane: updates for GPS changes
11 years ago
Andrew Tridgell
d124fdb182
Plane: report compass unhealthy if primary compass unhealthy
11 years ago
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
11 years ago
Andrew Tridgell
861523a00a
Plane: use TECS get_target_airspeed()
11 years ago
Michael Day
dd06756abf
Plane: Add Log_Write_Radio. MASK_LOG_PM must be set for logging to occur.
11 years ago
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
11 years ago
Andrew Tridgell
ce3f40b095
Plane: use should_log() for more msgs
11 years ago
Andrew Tridgell
abfcee1cef
Plane: fixed channel reversal in HIL
...
makes it possible to reverse channels
11 years ago
Randy Mackay
3ce56f3086
Plane: integrate Mission cmd field changes
11 years ago
Andrew Tridgell
4031f7d368
Plane: use common deferred message handling
11 years ago
Andrew Tridgell
b74fddade3
Plane: use common MISSION_ITEM code
11 years ago
Andrew Tridgell
0d39f354b0
Plane: use new common MAVLink code
11 years ago
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
11 years ago
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
11 years ago
Randy Mackay
1ad743c4e1
Plane: use common GCS_MAVLink handle_mission methods
11 years ago
Andrew Tridgell
740ecc2c1b
Plane: use new handle_mission_request() function
11 years ago