65 Commits (b245b027f7997737a1c2002f86e14dfc61fb2f46)

Author SHA1 Message Date
Peter Barker d387ad9921 Copter: have allows_arming take a AP_Arming::Method rather than bool from_gcs 4 years ago
Josh Henderson f65c4df358 ArduCopter: make Location(Vector3f) require ALTFRAME 4 years ago
Tatsuya Yamaguchi ed8384b45a Copter: add option to disable LANDING_GEAR 4 years ago
chobits b7c937592e Copter: send mission_item_reached in guided 4 years ago
James O'Shannessy d055d7a581 ArduCopter: Cleanup - removes autoenabling of fence with AC_Fence parameter 4 years ago
James O'Shannessy a88f2721a8 ArduCopter: Use auto enable and auto disable from AC_Fence 4 years ago
James O'Shannessy f228adfa75 ArduCopter: Improve auto-enable/disable of fence 4 years ago
Mathias Bos b3b7f2d3d2 Copter: Remove yaw rate wrapping in guided mode. 4 years ago
Rishabh bd37eab3af Copter: Support 3D Simple Avoidance 4 years ago
Tatsuya Yamaguchi eab913646e Copter: fix ignore pilot yaw option for guided 4 years ago
Michael du Breuil f9b4e81702 Copter: Add ignore pilot yaw to guided, auto and RTL options 4 years ago
Randy Mackay ea7f850738 Copter: guide mode fix for takeoff in attitude control submode 4 years ago
Randy Mackay 9104b4800f Copter: correct GuidedOptions enum after peer review 4 years ago
Randy Mackay 29fedff826 Copter: guided implementations moved to match declarations 4 years ago
Randy Mackay 5adf1d9596 Copter: guided mode angle controller sets auto-armed from run method 4 years ago
Randy Mackay ab42bbc43f Copter: guided mode velocity control can trigger takeoff 4 years ago
Randy Mackay eb3aca7acf Copter: add GUIDED_OPTIONS to allow arming from transmitter 4 years ago
Randy Mackay ab54f8805a Copter: guided mode checks dest before changing submode 4 years ago
Randy Mackay 30c8d7bf40 Copter: dev option so set-attitude-target thrust field used as thrust 5 years ago
Randy Mackay dcbbd047b4 Copter: simplify guided mode takeoff using rangefinder 5 years ago
Tatsuya Yamaguchi 29dcbd1398 Copter: use rangefinder to takeoff altitude in guided mode 5 years ago
Randy Mackay db2229f684 Copter: ModeGuided::do_user_takeoff_start arg rename 5 years ago
Randy Mackay 8d99f204b0 Copter: integrate landing gear option and make edge based 5 years ago
Sachchit Vekaria f6125b26e8 Copter: Allowing Terrain Following in Guided Mode 5 years ago
Bogdan Grigoruta 5183703243 Copter: move Mode::auto_takeoff_run to takeoff.cpp 5 years ago
Randy Mackay de5945bea5 Copter: use const reference when retrieving wpnav destination 5 years ago
Randy Mackay 709c874d8b Copter: integrate AP_OAPathPlanner 6 years ago
Peter Barker 676d75c391 Copter: correct namespacing of Copter modes 6 years ago
Dr.-Ing. Amilcar do Carmo Lucas 402b1cba3f Copter: replace 4 divisions with multiplications 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
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
bnsgeyer d949c80d54 Copter: tradheli replaces rotor_runup_complete with spool state 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
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
Randy Mackay 717fb4d823 Copter: integrate AC_WPNav::get_speed rename to get_default_speed 6 years ago
Peter Barker 845f015648 Copter: adjust for Location_Class and Location unification 6 years ago
Peter Barker 26ca75efae Copter: make libraries get EKF control limits themselves 6 years ago
Michael du Breuil 7e1ed948f5 Copter: Cope with AC_PosControl renaming 6 years ago
Pierre Kancir 84ff9c6928 Copter: switch to pos control when takeoff finish 7 years ago
Peter Barker 22f7f29045 Copter: move all of waypoint-takeoff into Mode namespace 7 years ago
Peter Barker 11aeec6dd1 Copter: factor out auto_takeoff_run from auto and guided 7 years ago
liang.tang 57598e5b9f ArduCopter:mode_guided: yaw initialization already in pos_control_start() 7 years ago
Peter Barker 597e876953 Copter: clean up do_user_takeoff 7 years ago