29 Commits (163783fefd2063941b33f355fe680113bd7869ab)

Author SHA1 Message Date
Randy Mackay e0bf08abe0 Copter: fixes to guided mode target check is within fence 9 years ago
Saloni Jain bc22419286 Copter : Modified set_guided_destination() to reject requests for guided waypoints outside the fence. 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
dgrat 76362caee0 AP_Math: Replace wrap_* functions with template versions 9 years ago
skyscraper 6f200fa923 ArduCopter: Fix up after refactoring RC_Channel class 9 years ago
Randy Mackay fac7b7c566 Copter: rename set_alt to set_alt_cm in control_guided 9 years ago
Randy Mackay cac79f297e Copter: guided can trigger terrain failsafe 9 years ago
Randy Mackay 267c1c3934 Copter: guided mode handles terrain alt 9 years ago
Randy Mackay 94b35d659e Copter: guided uses AP_Motors set_desired_spool_state 9 years ago
Leonard Hall 42f5de44d4 Copter: guided sets desired spool state 9 years ago
Randy Mackay 89c147184f Copter: log guided mode targets 9 years ago
Jonathan Challinger dfab21171b Copter: call renamed functions in AC_AttitudeControl 9 years ago
Jonathan Challinger 9d8b0f3d58 Copter: call renamed functions in AC_AttitudeControl 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Caio Marcelo de Oliveira Filho c7acc46d09 Copter: use millis/micros/panic functions 9 years ago
Randy Mackay b2b8dcb8ff Copter: guided calls velocity controller at 400hz 9 years ago
Randy Mackay 606a0e0d0b Copter: set jerk to default for circle and guided 9 years ago
Leonard Hall 411e75b917 Copter: feed forward only used for AltHold, Loiter, PosHold 9 years ago
Randy Mackay 1858a0544f Copter: guided takeoff checks auto-armed status 9 years ago
Randy Mackay a142688fea Copter: guided attitude timeout to 1sec 9 years ago
Randy Mackay e20038a453 Copter: support SET_ATTITUDE_TARGET in guided mode 9 years ago
Randy Mackay 0eaf815411 Copter: guided mode vel controller integrates althold lean limit 10 years ago
TShapinsky 5dfd1ff8d6 Copter: add velocity control timeout in guided mode 10 years ago
Randy Mackay 59d5a4fad8 Copter: landing with guided velocity controller 10 years ago
Randy Mackay 35a924703f Copter: change multirotor comments to multicopter 10 years ago
Robert Lefebvre 24d0031389 Copter: replace slow_start() with full set_throttle_takeoff() function. 10 years ago
Robert Lefebvre 0a69c13b1d Copter: Fix helicopter ground stabilization in Auto, Brake, Circle, Guided, Land and RTL modes. 10 years ago
Andrew Tridgell 278883c521 Copter: finished conversion to .cpp files 10 years ago
Andrew Tridgell 356ece3402 Copter: rename .pde files to .cpp files 10 years ago
Robert Lefebvre 316196b12f Copter: Finish RCMap fix. 10 years ago
Andrew Tridgell 554de1f2d7 Copter: added channel objects named after input function 10 years ago
Andrew Tridgell d8146ff3f6 Copter: revert AP_Math class change 10 years ago
Tom Pittenger 20dc48ed16 Coter: compiler warnings: apply is_zero(float) or is_equal(float) and float to doubles 10 years ago
Robert Lefebvre 8610da7fbc Copter: autopilot modes to check for motor interlock status 10 years ago
Jonathan Challinger 36cc832931 Copter: guided_posvel run update_z_controller at 400hz 10 years ago
Jonathan Challinger 91a03ae0e7 Copter: add PILOT_THR_FILT and call set_throttle_out functions with that value 10 years ago
Jonathan Challinger b27b9dd86e Copter: use new throttle interface 10 years ago
Jonathan Challinger 4e09c9832b Copter: fix guided_posvel and guided_vel to update pos_control at same rate as wpnav 10 years ago
Jonathan Challinger 301d4cc4a6 Copter: fix guided takeoff altitude 10 years ago
Randy Mackay a70f98552e Copter: rename xy_mode 10 years ago
Jonathan Challinger e71ad72fc0 Copter: update usage of update_xy_controller 10 years ago
Randy Mackay 199dc3454d Copter: replace GPS_ok with position_ok 10 years ago
Randy Mackay 80f59694d0 Copter: remove deprecated Guided-Spline 10 years ago
Randy Mackay be5bf91e92 Copter: add ekf velocity scaler to posvel controller 10 years ago
Jonathan Challinger bc29008233 Copter: add guided_posvel 10 years ago
priseborough 963cc4d60a Copter: Add velocity gain scaler to interfaces 10 years ago
Jonathan Challinger 1b1327dc93 Copter: add Guided_Spline mode 10 years ago
Jonathan Challinger e7939cca01 Copter: change function definitions in guided to static 10 years ago
Randy Mackay 6659473420 Copter: support GUIDED_ENABLE and GUIDED_LIMITS 10 years ago
Randy Mackay e5c3c306bd Copter: remove unused pilot_yaw_override flag 10 years ago