114 Commits (c24d293e1b9798828f06e72bffd149859e9a1bcb)

Author SHA1 Message Date
Andrew Tridgell ea086fa79c Plane: added MAV_CMD_DO_INVERTED_FLIGHT support 11 years ago
Andrew Tridgell 55e7f9b1d6 Plane: calculate next_turn_angle to prevent early WP completion 11 years ago
Andrew Tridgell 0306dbf5f1 Plane: moved auto mode variables to auto_state 11 years ago
Michael Day 568fc9e6c9 Plane: Now using AP_Rally library. 11 years ago
Andrew Tridgell e19341ca32 Plane: convert to new GPS driver API 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 ce3f40b095 Plane: use should_log() for more msgs 11 years ago
Randy Mackay 3ce56f3086 Plane: integrate Mission cmd field changes 11 years ago
Randy Mackay 2184ff1e58 Plane: set_next_WP fn accepts Location 11 years ago
Randy Mackay ce9f2ef7f0 Plane: minor command logic comments and reordering 11 years ago
Randy Mackay ad4f30e790 Plane: use mission command specific structures 11 years ago
Randy Mackay 9ef920b0be Plane: integrate dataflash Log_Write_MavCmd 11 years ago
Andrew Tridgell 4bf140aeac Plane: make next_WP and prev_WP be locations 11 years ago
Randy Mackay 6b789cd711 Plane: rename next_nav_command to auto_rtl_command 11 years ago
Andrew Tridgell 2b5bf45e83 Plane: only activate mission callbacks in AUTO mode 11 years ago
Andrew Tridgell 3277416aeb Plane: fixed relative altitudes and resuming mission 11 years ago
Andrew Tridgell d4510d9b9b Plane: altitude for do_set_home() is in meters 11 years ago
Randy Mackay 790a907811 Plane: use Dataflash lib's Log_Write_Cmd 11 years ago
Randy Mackay 0827506533 Plane: remove unused WAIT_COMMAND 11 years ago
Randy Mackay 53add04d36 Plane: remove some comments in commands_logic.pde 11 years ago
Andrew Tridgell f036aa1780 Plane: fixed altitude for takeoff and takeoff heading 11 years ago
Randy Mackay 9446e9fd2e Plane: integrate AP_Mission library 11 years ago
Randy Mackay e88f1953d0 Plane: use common location options masks 11 years ago
Andrew Tridgell 2b8cc1a1df Plane: use set_mode() in do_RTL() 11 years ago
Andrew Tridgell eb7db82210 Plane: altitude for do_set_home() is in meters 11 years ago
Andrew Tridgell 57e0eb4db5 Plane: use a const reference for home 11 years ago
Andrew Tridgell 11337ab2df Plane: updates for AHRS holding home position 11 years ago
Andrew Tridgell cdd36b2c41 Plane: use AP_ServoRelayEvents library 11 years ago
Andrew Tridgell 2045591bed Plane: fixed servo and relay repeat code 11 years ago
Andrew Tridgell e4e5c92453 Plane: fixed relay handling 11 years ago
Andrew Tridgell 8755747da0 Plane: only log when armed by default 11 years ago
Andrew Tridgell 0ec322ee47 Plane: support MAV_CMD_DO_SET_CAM_TRIGG_DIST 11 years ago
Andrew Tridgell 365e82aecb Plane: use a rally point when out of mission items 12 years ago
Andrew Tridgell d275f50539 Plane: added GROUND_STEER_ALT and GROUND_STEER_DPS 12 years ago
Andrew Tridgell 011915eb1c Plane: added error checking to rally load save 12 years ago
Michael Day 497c95de8e Plane: Add support for rally points. 12 years ago
Andrew Tridgell dd6a69f588 Plane: added WP_MAX_RADIUS parameter 12 years ago
Andrew Tridgell a00e4a1e83 Plane: send GCS message on relay change 12 years ago
Andrew Tridgell 45cf82ba15 Plane: removed CONFIG_RELAY check 12 years ago
Andrew Tridgell a33573352e Plane: fixes for updated AP_Math and AHRS APIs 12 years ago
Andrew Tridgell 3c97fad2ec Plane: changes for GPS field changes 12 years ago
Andrew Tridgell 3c177867a4 Plane: allow enable/disable of camera log messages in CLI 12 years ago
Andrew Tridgell 1d6748cf3f Plane: use a glide slope in RTL when descending 12 years ago
Andrew Tridgell a5bda3ffef Plane: changed to using a "aircraft parameters" structure 12 years ago
Paul Riseborough d62636d309 Plane: added new TECS altitude controller 12 years ago
Andrew Tridgell 515d726ee0 Plane: use RC_Channel::rc_channel() instead of rc_ch[] 12 years ago
Andrew Tridgell eba7d6da9a Plane: removed the old crash_timer code 12 years ago
Andrew Tridgell 9f0f482dd7 Plane: fixed LOITER_TIME to start when loiter starts 12 years ago
Andrew Tridgell 75f4a43e2d Plane: fixed LOITER_TURNS command 12 years ago
Andrew Tridgell e918293e86 Plane: explain verify_*() commands 12 years ago