159 Commits (3650c027457415064d6ecd1ab3792b9b36b95e10)

Author SHA1 Message Date
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
Randy Mackay eb3aca7acf Copter: add GUIDED_OPTIONS to allow arming from transmitter 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
Peter Barker dba3158446 Copter: correct mode change for GCS failsafe in SmartRTL mode 4 years ago
Peter Barker 397b95154c Copter: remove superfluous RETURN_TARGET_ALTTYPE_ from enum class names 4 years ago
Peter Barker afa153fb6f Copter: remove wrapper for get_avoidance_adjusted_climbrate 5 years ago
Randy Mackay 30c8d7bf40 Copter: dev option so set-attitude-target thrust field used as thrust 5 years ago
Andy Piper 12c9578a66 Copter: add in additional acro options 5 years ago
Tatsuya Yamaguchi cde7ae246e Copter: add ZIGZ_AUTO_ENABLE parameter 5 years ago
Tatsuya Yamaguchi 78fd5fac04 Copter: allow to resume in ZigZag Auto 5 years ago
Tatsuya Yamaguchi cee7e94ebc Copter: add zigzag_line_num parameter 5 years ago
Tatsuya Yamaguchi 7bc528097d Copter: support zigzag auto feature 5 years ago
Tatsuya Yamaguchi 60fb275501 Copter: rename zigzag_auto_pump to zigzag_sprayer 5 years ago
murata 923237ffd3 Copter: Enumerate A and B points of ZigZag 5 years ago
Andrew Tridgell 4c2cf2139e Copter: fixed use of timestamps in autorotate 5 years ago
Andrew Tridgell ffd601aca4 Copter: fixed build warnings in autorotate 5 years ago
Tatsuya Yamaguchi 735498e160 Copter: move zigzag exit into mode_zigzag.cpp 5 years ago
Randy Mackay db2229f684 Copter: ModeGuided::do_user_takeoff_start arg rename 5 years ago
Randy Mackay 90883624bc Copter: fix use of wp-navmin-alt 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
Randy Mackay 495c4ad6b6 Copter: remove unused ModeAuto::wp_start 5 years ago
Randy Mackay d244162587 Copter: zigzag supports arming, takeoff and landing 5 years ago
Matt Lawrence 809b170015 Copter: Circle mode pilot control of rate & radius 5 years ago
Peter Barker 72e6446204 Copter: make requires_terrain a callback on the flightmode 5 years ago
Randy Mackay ea22e888c7 Copter: improve RTL terrain following 5 years ago