98 Commits (7fbaea7971ac6d1317c919968f29bea799f18a39)

Author SHA1 Message Date
Peter Barker b4537bebd8 Copter: move control_mode_t into being Mode::Number enum class 5 years ago
Tom Pittenger 0983a04d52 Copter: NAV_Delay variable timers to be all unsigned and labeled as _ms 6 years ago
Randy Mackay 709c874d8b Copter: integrate AP_OAPathPlanner 6 years ago
Leonard Hall 0e34d8b1ff Copter: PosHold fix for low brake_rate 6 years ago
Randy Mackay b7a748df88 Copter: auto's wp_start accepts terrain alts 6 years ago
Rishabh 00f6dc9b05 Copter: brake moved in from AC_WPNav 6 years ago
Peter Barker 676d75c391 Copter: correct namespacing of Copter modes 6 years ago
Bill Geyer 0c64cdc565 Copter: TradHeli - add virtual flybar to heli acro flight mode 6 years ago
Peter Barker 08a18d6a0a Copter: avoid working with uninitialised home location 6 years ago
Peter Barker d34c4b01f4 Copter: build return path in run() rather than init() 6 years ago
Peter Hall 3fe63d5bc0 Copter: only save autotune gains if disarmed in autotue 6 years ago
Peter Barker 37c07e1d89 Copter: use enum class for roll/pitch mode 6 years ago
Peter Barker 462d87e5d0 Copter: remove unused PosHoldModeState enumeration 6 years ago
Peter Barker e28c6b9dc6 Copter: remove redundant poshold_ prefix on PosHold methods 6 years ago
Peter Barker f57a9f11cc Copter: move poshold state variables into mode object 6 years ago
Randy Mackay 8a5141f751 Copter: mode autoyaw lower in mode.h 6 years ago
Peter Barker 7945c1fdfd Copter: mode class unfriends everyone, make relevant methods public 6 years ago
Randy Mackay b7d0e4ec10 Copter: remove surface tracking shim functions 6 years ago
Randy Mackay 01909cf4c8 Copter: zigzag mode gets terrain following support 6 years ago
Randy Mackay 33a57361bd Copter: reduce args passed to get_surface_tracking_climb_rate 6 years ago
Pierre Kancir caf925eda5 Copter: factorize arm or land check 6 years ago
Peter Barker ef334fe3c7 Copter: remove hanging method declaration 6 years ago
Peter Barker 85be2b0c8b Copter: clean up flip state enumerations 6 years ago
bnsgeyer 94738c3f86 Copter: change make_safe_shut_down to make_safe_spool_down 6 years ago
Leonard Hall 38cc5a817f Copter: consolidate mode state decisions 6 years ago
Peter Barker 3b33f4ca4d Copter: add floating-point-constant designators 6 years ago
Peter Barker d95160b33c Copter: move check for high-throttle on mode change up 6 years ago
Peter Barker 34d9ce27af Copter: make get_pilot_desired_throttle a method on Mode 6 years ago
Peter Barker 281dbfcef8 Copter: support send_extended_sys_state 6 years ago
Peter Barker e744df585c Copter: avoid int32_t<->float conversions 6 years ago
Randy Mackay 384bca9482 Copter: stop at waypoint depending upon next command 6 years ago
Randy Mackay a903c91c40 Copter: remove unused auto_spline_start declaration 6 years ago
Peter Barker 2c814e9de2 Copter: get_alt_above_ground to get_alt_above_ground_cm 6 years ago
Arjun Vinod d02d897928 Copter: make LOITER_TIME send "Reached command" message to GCS 6 years ago
Randy Mackay ee6fd5ad8d Copter: Guided_NoGPS does not require GPS 6 years ago
Peter Barker f4f40f749b Copter: Flip: fix FIXME by moving state into mode class 6 years ago
Peter Barker 3521d98b52 Copter: move handling Write_Event into AP_Logger 6 years ago
Peter Barker 845f015648 Copter: adjust for Location_Class and Location unification 6 years ago
Randy Mackay 50c5ad7076 Copter: TradHelis force spool up before takeoff 6 years ago
bnsgeyer 12f4d8518e Copter: Tradheli moves init_targets_on_arming flag to motors 6 years ago
Peter Barker bba3546279 Copter: do not permit copying of a Mode 6 years ago
Andrew Tridgell cc4db3e458 Copter: implement get_wp() for follow 6 years ago
Andrew Tridgell b897551e0b Copter: log PIDs at full rate during AUTOTUNE twitch 6 years ago
Andrew Tridgell 89d54767b1 Copter: convert to use AC_AutoTune library 6 years ago
Randy Mackay 7a6e212da9 Copter: follow return wp_distance and wp_bearing 6 years ago
Peter Barker 73940df48e Copter: move mission into mode_auto 6 years ago
Peter Barker b0494c1491 Copter: add override keyword where required 6 years ago
Peter Barker 7e581da1cf Copter: implement misson LOITER_TO_ALT 6 years ago
Peter Barker a339d77f08 Copter: let AP_Mission handle common camera commands 6 years ago
Peter Barker 1eec264d6c Copter: mission library handles gripper 6 years ago