109 Commits (da52e5d08cd95fc0a222a001d08fd36f57f8ef45)

Author SHA1 Message Date
Peter Barker b9ad2bc8db Copter: add option to disable AUTO mode 7 years ago
Andrew Tridgell 0ed75052f8 Copter: enable parameters inside mode objects 7 years ago
Peter Barker 114628afe4 Copter: use zero_throttle_and_relax_ac in stab, guided, acro and auto 7 years ago
Peter Barker 71ad1b5815 Copter: use zero_throttle_and_relax_ac function 7 years ago
Peter Barker 4c7491a05b Copter: mode_auto's landing_gear_deploy method defers to mode_rtl 7 years ago
Peter Barker d9235d3d41 Copter: make landing_gear_should_be_deployed a base-class method 7 years ago
Peter Barker 6c82f7671d Copter: move all commands logic into AUTO flightmode 7 years ago
Randy Mackay 2d23e1f7c7 Copter: rename flightmode_ objects to mode_ 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
Randy Mackay 8870897847 Copter: FlightMode objects use lower case 7 years ago
Peter Barker 682f3c0e7e Copter: FlightMode - convert RTL flight mode 7 years ago
Peter Barker 2db09ba0f7 Copter: FlightMode - convert GUIDED flight mode 7 years ago
Peter Barker e2b70c3a0a Copter: FlightMode - convert AUTO flight mode 7 years ago
Peter Barker 5b793252ed Copter: stop disarming as part of running rtl as mission item 7 years ago
Randy Mackay c1433e0220 Copter: minor comment and formatting fixes 8 years ago
Randy Mackay 4c9e118ceb Copter: set_auto_yaw_look_at_heading takes bool for relative angle arg 8 years ago
Randy Mackay 9b05f1d9c7 Copter: add auto-yaw-rate and replace guided_angle_state.use_yaw_rate 8 years ago
Peter Barker f60389d4aa Copter: use send_text method on the GCS singleton 8 years ago
Randy Mackay aab27d8d0e Copter: auto loiter initialisation simplified 8 years ago
Randy Mackay ebbfa9391d Copter: remove comments from package place 8 years ago
Andrew Tridgell 0f6d0c5ba9 Copter: combined tri, single, coax and multicopter into a single build 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 8419045aea Spell in comments 8 years ago
Pierre Kancir f2ea388a69 Copter: control_auto remove misplaced parenthesis 8 years ago
Peter Barker 289aba4350 Copter: support for NAV_CMD_PLACE 8 years ago
Randy Mackay 9426b0b366 Copter: set land_complete to false during auto takeoff 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
murata 57c61ace62 Copter: To remove a break after the return statement. 8 years ago
Andrew Tridgell 89c10a2db9 Copter: rename WP_TKOFF_NAV_ALT to WP_NAVALT_MIN 9 years ago
mirkix e3934fac80 ArduCopter: Delete (wrong) filename out of header 9 years ago
Jonathan Challinger e22220ab62 Copter: refactor landing to reduce duplication, use vertical vel ff 9 years ago
Andrew Tridgell 3a8ed06267 Copter: added TKOFF_NAV_ALT parameter 9 years ago
Jonathan Challinger 91a5b26725 Copter: use simplified precland interface 9 years ago
Derek Ma 7fddf20f0b Copter: enable precision landing in auto mode 9 years ago
Leonard Hall 7d54c268f6 Copter: consolidate input_euler_angle calls to use smoothing gain 9 years ago
Randy Mackay 70463dc572 Copter: auto_spline_start handles triggers terrain failsafe 9 years ago
Randy Mackay a9d16f3373 Copter: move auto's take-off check to beginning of auto_init 9 years ago
Niti Rohilla 26e41fee7a Copter: prevent Auto tipovers caused by missing takeoff command 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
skyscraper 6f200fa923 ArduCopter: Fix up after refactoring RC_Channel class 9 years ago
Randy Mackay d455e2a33f Copter: fix auto-circle comment 9 years ago
Randy Mackay 3d31c3b936 Copter: log error if circle does not initialise correctly 9 years ago
Randy Mackay f8f6c135e9 Copter: rename set_alt to set_alt_cm in control_auto 9 years ago
Randy Mackay 9100cf605a Copter: auto can trigger terrain failsafe 9 years ago
Randy Mackay e8b14e59fc Copter: spline mission commands handle terrain altitudes 9 years ago
Randy Mackay 81d244c9bd Copter: do-circle accept terrain altitude 9 years ago
Randy Mackay 70630e9774 Copter: auto loiter handles terrain 9 years ago
Randy Mackay 06ee6a7bd4 Copter: auto takeoff accepts abs and terrain alts 9 years ago
Randy Mackay 9449776e3c Copter: straight line waypoints accept terrain 9 years ago