97 Commits (7f3f135dc56aef3c632c92d3d47a9657542431d2)

Author SHA1 Message Date
Randy Mackay 7a90ed4bb5 Copter: auto allows arming casts param to uint32_t 4 years ago
Randy Mackay c1c9d87efe Copter: move auto allows_arming in mode_auto.cpp 4 years ago
Randy Mackay 8b3cc0b255 Copter: fixup auto options 4 years ago
Michael du Breuil 50dfe3f197 Copter: Add AUTO_OPTIONS and support arming and throttle bypass 4 years ago
Randy Mackay 29a2be2d63 Copter: minor comment fix 4 years ago
Randy Mackay 925f76c048 Copter: integrate winch changes 5 years ago
Andy Piper 54c3d07547 Copter: make make/gimbal configurable on a per-board basis 5 years ago
Randy Mackay d2b94bd45d Copter: verify_circle removes redundant setting of circle center 5 years ago
Andrew Tridgell e673bd8909 Copter: implement disarm on land based on MIS_OPTIONS 5 years ago
murata 520782d7f2 Copter: Correction of spelling errors (NFC) 5 years ago
Randy Mackay d9ecf51457 Copter: auto mode loiter-turns accepts pilot yaw input 5 years ago
Randy Mackay c4b5d47e1f Copter: white space fixes 5 years ago
Rishabh 1edf1d265c Copter: Set correct yaw for circle in Mode Auto 5 years ago
Randy Mackay 71cbedb178 Copter: support circle with terrain altitude 5 years ago
Randy Mackay 8d99f204b0 Copter: integrate landing gear option and make edge based 5 years ago
Peter Barker ce5f23810b ArduCopter: log disarm method 5 years ago
Randy Mackay 495c4ad6b6 Copter: remove unused ModeAuto::wp_start 5 years ago
Randy Mackay 39a6b104dd Copter: move RTLState to ModeRTL 5 years ago
Peter Barker 2296448027 Copter: make private enum class for LAND mode's state 5 years ago
Randy Mackay de5945bea5 Copter: use const reference when retrieving wpnav destination 5 years ago
Randy Mackay d0d07776ec Copter: auto stays in takeoff submode after reaching altitude 5 years ago
Peter Barker e6c6189fe5 Copter: cope with change in namespace of LogEvent enum 5 years ago
Michael du Breuil b42b1c08c4 Copter: Support new AP_Vehicle::set_mode 5 years ago
Peter Barker b4537bebd8 Copter: move control_mode_t into being Mode::Number enum class 5 years ago
Peter Barker c0774e74e0 Copter: fix format-string compilation warning 6 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
liang e422f2b2fd Copter: mode_auto: retract the landing gear automatically 6 years ago
Leonard Hall c56acb49d6 Copter: Add missing Loiter initialisation lines. 6 years ago
Randy Mackay b7a748df88 Copter: auto's wp_start accepts terrain alts 6 years ago
Peter Barker e3da6d69d5 Copter: mode_auto: don't set takeoff dest from bad current location 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
Randy Mackay 791b6effdd Copter: fix wp distance and bearing reporting during LOITER_TURNS 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
Leonard Hall 593925567b Copter: formatting fixes 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
Peter Barker c7e21d95ef Copter: move Log_Write_Error into library 6 years ago
Peter Barker 366051c39f Copter: use enum class for AltFrame enumeration 6 years ago
Randy Mackay e57ec068f0 Copter: remove duplicate guided limit-init-time-and-pos 6 years ago
Randy Mackay 8d66c5f547 Copter: move do_payload_place handler 6 years ago
Peter Barker 281dbfcef8 Copter: support send_extended_sys_state 6 years ago
Peter Barker fab2d59a1c Copter: move check for position up 6 years ago
Randy Mackay 384bca9482 Copter: stop at waypoint depending upon next command 6 years ago
Arjun Vinod d02d897928 Copter: make LOITER_TIME send "Reached command" message to GCS 6 years ago
Arjun Vinod 8044d98382 Copter: do an early-return if the time hasn't been reached 6 years ago