39 Commits (d4438f0a1c23e0274b7b0e099038cbab97c379ae)

Author SHA1 Message Date
Michael du Breuil b42b1c08c4 Copter: Support new AP_Vehicle::set_mode 5 years ago
Peter Barker a1ce8dafb0 Copter: wrap_180_cd no longer returns floats for integer arguments 5 years ago
Peter Barker b4537bebd8 Copter: move control_mode_t into being Mode::Number enum class 5 years ago
Randy Mackay 709c874d8b Copter: integrate AP_OAPathPlanner 6 years ago
Leonard Hall c56acb49d6 Copter: Add missing Loiter initialisation lines. 6 years ago
Peter Barker 676d75c391 Copter: correct namespacing of Copter modes 6 years ago
Peter Barker 6dce39cbe1 Copter: use AP_Arming methods to arm and disarm vehicle 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 Barker 7ad4d95426 Copter: do not permit RTL unless home is set 6 years ago
Pierre Kancir caf925eda5 Copter: factorize arm or land check 6 years ago
Peter Barker 46a6f45e4a Copter: adjust for desired spool state and spool state renames 6 years ago
bnsgeyer 94738c3f86 Copter: change make_safe_shut_down to make_safe_spool_down 6 years ago
bnsgeyer f96da56ad6 Copter: Allow safe shutdown before disarming 6 years ago
Randy Mackay a6bfafefb0 Copter: move loiter and wpnav init out of make_safe_shut_down 6 years ago
Leonard Hall 38cc5a817f Copter: consolidate mode state decisions 6 years ago
Tom Pittenger 7824b64ad6 Copter: rename dataflash to logger 6 years ago
Peter Barker c7e21d95ef Copter: move Log_Write_Error into library 6 years ago
Patrick José Pereira 33764d6c3b Copter: Fix typo 6 years ago
Peter Barker 366051c39f Copter: use enum class for AltFrame enumeration 6 years ago
Peter Barker 281dbfcef8 Copter: support send_extended_sys_state 6 years ago
Peter Barker 7c05364612 Copter: reindent mode init functions (NFC) 6 years ago
Peter Barker fab2d59a1c Copter: move check for position up 6 years ago
murata 8644f4d76e Copter: Disable option code 6 years ago
Peter Barker 845f015648 Copter: adjust for Location_Class and Location unification 6 years ago
Pierre Kancir c50eed5e9a Copter: log and notify when manual land repositionning is active 6 years ago
Peter Barker e02a645354 Copter: use fabsf() instead of labs() 6 years ago
Peter Barker 26ca75efae Copter: make libraries get EKF control limits themselves 6 years ago
Leonard Hall 17b61f72a3 Copter: Initialise desired acceleration before loiter init 6 years ago
Peter Barker ba8b3e2415 Copter: create an AutoYaw helper object to hold auto-yaw state 7 years ago
Randy Mackay 59e4749fd0 Copter: integrate AC_Loiter 7 years ago
Ebin 1ff4019ddf ArduCopter: moved landing control fns from Copter to Mode 7 years ago
Ebin d8f56b3511 ArduCopter: changed signature for get_pilot_desired_lean_angles() 7 years ago
Randy Mackay 1a0be015f9 Copter: land, loiter, rtl provide dt to AC_WPNav::set_pilot_desired_acceleration 7 years ago
Leonard Hall 9544b1763b Copter: replace smoothing gain with AC_AttitudeControl::set_input_tc 7 years ago
Andrew Tridgell 0ed75052f8 Copter: enable parameters inside mode objects 7 years ago
Peter Barker 71ad1b5815 Copter: use zero_throttle_and_relax_ac function 7 years ago
Peter Barker d9235d3d41 Copter: make landing_gear_should_be_deployed a base-class method 7 years ago
Randy Mackay c3fbf2671c Copter: rename control_xx.cpp files to mode_xx.cpp 7 years ago
Randy Mackay 06fbe8f3a7 Copter: rename FlightMode class to Mode 7 years ago
Peter Barker 682f3c0e7e Copter: FlightMode - convert RTL flight mode 7 years ago
Randy Mackay 8d6d09169f Copter: rtl uses labs for alt comparison 7 years ago
Peter Barker 5b793252ed Copter: stop disarming as part of running rtl as mission item 7 years ago
Peter Barker f60389d4aa Copter: use send_text method on the GCS singleton 8 years ago
Randy Mackay 65e97a9503 Copter: rtl initialises wp controller earlier 8 years ago
Jacob Walser 868be023ee Copter: Refactor fence.get_safe_alt() to fence.get_safe_alt_max() 8 years ago
Peter Barker cc86011d20 Copter: use abs() on integers; Location alts are in integer cm 8 years ago
Andrew Tridgell 0f6d0c5ba9 Copter: combined tri, single, coax and multicopter into a single build 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Randy Mackay 5894a54a16 Copter: althold uses current alt target if active 8 years ago