39 Commits (7da303fe7f1d5a071ea6c0759bd0c45ea895a2de)

Author SHA1 Message Date
Peter Barker 73940df48e Copter: move mission into mode_auto 6 years ago
Peter Barker 7e581da1cf Copter: implement misson LOITER_TO_ALT 6 years ago
Peter Barker a339d77f08 Copter: let AP_Mission handle common camera commands 6 years ago
Peter Barker f97281eb48 Copter: move servorelayevents mission handling into AP_Mission 6 years ago
Peter Barker 1eec264d6c Copter: mission library handles gripper 6 years ago
Dr.-Ing. Amilcar Do Carmo Lucas b74ae2d912 Copter: Obey and preserve DO_SET_ROI commands when executing LOITER_TURNS mission commands 6 years ago
Peter Barker 7af119b497 Copter: factor out loc_from_cmd from three functions 6 years ago
Peter Barker 5f552a6ce3 Copter: stop shadowing members of Copter 6 years ago
Peter Barker e02a645354 Copter: use fabsf() instead of labs() 6 years ago
chobitsfan d94663d5af Copter: support changing vertical speed in DO_CHANGE_SPEED 6 years ago
Peter Barker 26ca75efae Copter: make libraries get EKF control limits themselves 6 years ago
Leonard Hall 1b5b46dab5 Copter: Missing Loiter Init on accel 6 years ago
Michael du Breuil 470548a100 Copter: Allow starting mission commands to fail 7 years ago
Pierre Kancir 17c12dab2a Copter: correct payload_place flytolocation 7 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
Peter Barker 078d90132c Copter: use AP_RTC 7 years ago
apinxiko e440583a7c Copter: Beeping when first reaching waypoint while in holding there 7 years ago
apinxiko 5df4b9f6fd Beeping when first reaching waypoint even while in holding there 7 years ago
apinxiko a1fd1cb9b2 Copter: avoid keeping buzzing while in holding at waypoint 7 years ago
Peter Barker 7c8583d51d Copter: implement sending of position_target_global_int 7 years ago
Peter Barker 8648db06b4 Copter: create autoyaw.cpp from all the bits of Copter::Mode::AutoYaw 7 years ago
Peter Barker 948b90ed97 Copter: rename roi_WP to just roi 7 years ago
Peter Barker ba8b3e2415 Copter: create an AutoYaw helper object to hold auto-yaw state 7 years ago
Randy Mackay 59e4749fd0 Copter: integrate AC_Loiter 7 years ago
Ebin 1ff4019ddf ArduCopter: moved landing control fns from Copter to Mode 7 years ago
Bruno Camba 7b50517232 Copter: Moved commands_logic to mode_auto 7 years ago
Leonard Hall 9544b1763b Copter: replace smoothing gain with AC_AttitudeControl::set_input_tc 7 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 5b7116bbbd Copter: Fix else formating (NFC) 7 years ago
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