185 Commits (d7d41aea381c03d6e6f8dc6ac42c3c0706a70b6c)

Author SHA1 Message Date
Leonard Hall 6d6ab89a72 Copter: Guided and Loiter mode returns Crosstrack error 4 years ago
Peter Barker 2e18b2d162 Copter: simplify throttle-is-unlimited check 4 years ago
Peter Barker 8ccb77f708 Copter: wait for motors to spool up before trying to upright vehicle 4 years ago
Peter Barker 21f8ff4a4e Copter: constify some ModeThrow methods 4 years ago
Josh Henderson 2ba6ae6196 ArduCopter: mark get_wp() const 4 years ago
Randy Mackay 50d0592962 Copter: add GUID_TIMEOUT for guided mode vel, accel and angle control 4 years ago
Leonard Hall 58497bacbd Copter: Auto Yaw variable names and comments 4 years ago
Leonard Hall feae762e64 Copter: additional yaw modes and fixes 4 years ago
Leonard Hall 80e856af20 Copter: Guided: use common initialisation 4 years ago
Leonard Hall 635d13a106 Copter: support for acceleration-based AttitudeControl 4 years ago
Andrew Tridgell d89388c4cc Copter: use cleaned up APIs 4 years ago
Leonard Hall e294991b08 Copter: Fix before squash 4 years ago
Leonard Hall caeaf7c047 Copter: Fix take off altitude 4 years ago
Leonard Hall 4bae8f03a4 Copter: Use PosControl fixes 4 years ago
Pierre Kancir 4368629fb6 Copter: rename RTLState to SubMode 4 years ago
Pierre Kancir 84d385654a Copter: rename SmartRTLState enum to Submode 4 years ago
Pierre Kancir f43e42f0b6 Copter: rename AutoMode enum to SubMode 4 years ago
Pierre Kancir 3fb73d7e93 Copter: move SmartRTLState to SmartRTL class 4 years ago
Pierre Kancir 07632dc7ed Copter: move AutoMode to Auto class 4 years ago
Pierre Kancir 0fe10c6c57 Copter: make SmartRTLState an enum class 4 years ago
Pierre Kancir c4cc3659fc Copter: make RTLState an enum class 4 years ago
Pierre Kancir 4987e54247 Copter: make AutoMode an enum class 4 years ago
Randy Mackay 67e15f8d07 Copter: autotune entry checks moved to init 4 years ago
Tatsuya Yamaguchi c42681f4f2 Copter: add exit() method to Mode class 4 years ago
Randy Mackay 5fcd2de4fa Copter: attitude target thrust-as-thrust bit moved from DEV_OPTIONS to GUID_OPTIONS 4 years ago
Peter Barker 5df8dd8c50 Copter: move guided submode enumeration into ModeGuided 4 years ago
Peter Barker e7a9e0acb4 Copter: move brake state into a structure 4 years ago
Randy Mackay 96267553cf Copter: auto detects mission changes 4 years ago
Leonard Hall 328c0655e3 Copter: support for SCurves and position controller changes 4 years ago
Peter Barker 1e0f106ed4 Copter: make AutoTune object private state to ModeAutoTune 4 years ago
Peter Barker d387ad9921 Copter: have allows_arming take a AP_Arming::Method rather than bool from_gcs 4 years ago
Peter Barker 3af006019b Copter: mark ModeSystemID as has_manual_throttle, no-arm and no-gps 4 years ago
Peter Barker a274697776 Copter: move LAND state variables to be members rather than static 4 years ago
Tatsuya Yamaguchi 069b7142b7 Copter: add allows_flip function to Mode class 4 years ago
Tatsuya Yamaguchi f4eed612d7 Copter: add allows_autotune function to Mode class 4 years ago
Tatsuya Yamaguchi 2b89ac625f Copter: add allows_save_trim function to Mode class 4 years ago
Tatsuya Yamaguchi 1dccc0ceb3 Copter: add mode_number function to Mode class 4 years ago
Randy Mackay 32fb3cb929 Copter: remove unused update_navigation and run_autopilot 4 years ago
Randy Mackay 1c350514ca Copter: auto mode starts or updates mission from run method 4 years ago
chobits b7c937592e Copter: send mission_item_reached in guided 4 years ago
James O'Shannessy 2a9affe517 ArduCopter: Remove unused fence floor enable function 4 years ago
Dr.-Ing. Amilcar do Carmo Lucas 92122e5133 Copter: automatically enable and disable floor fence on automated takeoff and landing 4 years ago
Dr.-Ing. Amilcar do Carmo Lucas 2302f08f75 Copter: run the "point yaw to ROI" controller at full rate (400Hz) instead of 1/4 of full rate (100Hz) 4 years ago
Patrick José Pereira ad82e01270 ArduCopter: Add missing const in member functions 4 years ago
Peter Barker f4cbc50ba4 Copter: use an enumeration for pre-throw motor state 4 years ago
Peter Barker bd0dff1b0e Copter: use enum-class and AP_Enum for ThrowType 4 years ago
Michael du Breuil f9b4e81702 Copter: Add ignore pilot yaw to guided, auto and RTL options 4 years ago
Randy Mackay 0f234583d6 Copter: poshold clears wind est when disarmed or landed 4 years ago
Peter Barker 225de23950 Copter: cope with race conditioning popping points on SmartRTL return 4 years ago
Randy Mackay 9104b4800f Copter: correct GuidedOptions enum after peer review 4 years ago