59 Commits (2b97e496ffd4dc0905b09b3baa1c27299652007b)

Author SHA1 Message Date
Peter Barker 86168cd180 Rover: add override keyword where required, fix bad method override 6 years ago
IamPete1 0dddc2eafe Rover: add sailboat tacking 6 years ago
Randy Mackay efdd3946fc Rover: simple mode fixes 7 years ago
Ammarf 6ba5942ece Rover: add simple mode 7 years ago
Randy Mackay cd64ce45ac Rover: fix calc_steering_to_heading rate_max handling 7 years ago
Randy Mackay 03e0437c19 Rover: fix RTL when AP_RALLY disabled 7 years ago
Raouf 90fd64cf3a Rover: add support for rally points 7 years ago
Raouf df3b6202f5 Rover: support DO_SET_REVERSE commands in guided, RTL, SmartRTL 7 years ago
Raouf ea62c24cef Rover: Move set_reverse method to Mode class 7 years ago
Randy Mackay 84bda4e893 Rover: follow mode fixes and improvements 7 years ago
Ammarf c0082271e6 Rover: implement Follow mode 7 years ago
Randy Mackay 8464e82812 Rover: set_desired_speed range checks speed 7 years ago
Peter Barker 36705af8ff Rover: create an enumeration to hold vehicle mode constants 7 years ago
Ammarf 26c25daa36 Rover: add support for lateral control input 7 years ago
Peter Barker 12853f8912 Rover: correct compilation for transitive include fail 7 years ago
Ammarf 2d64a47f90 Rover: add pivot_turn_rate to g2 7 years ago
Randy Mackay 957458ca56 Rover: add get_pilot_desired_steering_and_speed 7 years ago
Randy Mackay 6b6c0f04b6 Rover: get_pilot_desired_steering_and_throttle returns steering assuming positive is always clockwise 7 years ago
Randy Mackay c6638f66de Rover: Loiter mode for boats 7 years ago
Randy Mackay 29e8866ea9 Rover: move avoidance into calc_throttle 7 years ago
Daniel Widmann 572d9ba43b Rover: Allow switching to ACRO mode for skid steer rovers without GPS 7 years ago
Randy Mackay 343d119726 Rover: wp nav uses stopping point or prev wp for origin 7 years ago
Peter Barker 89c830e949 Rover: make SmartRTL mode decide whether to save position or not 7 years ago
Randy Mackay 9cba1e2907 Rover: gps check replaced by requires-position, requires-velocity 7 years ago
Randy Mackay e2824be250 Rover: add const and comments to calc_speed_max 7 years ago
Randy Mackay 5cd500847b Rover: rename auto_throttle to allows_arming_from_transmitter 7 years ago
Randy Mackay 5167ec7708 Rover: send PID to GCS regardless of mode 7 years ago
Randy Mackay 916fe80000 Rover: remove mode class's desired-lat-accel 7 years ago
Randy Mackay 49493fe6a2 Rover: add calc_steering_to_heading 7 years ago
Randy Mackay dc283e9c26 Rover: re-order calc_steering declarations to match .cpp file 7 years ago
Randy Mackay 4958298a75 Rover: fix auto mode distance_to_destination 7 years ago
Randy Mackay b778546eda Rover: rename mode lateral acceleration and make private 7 years ago
Randy Mackay 8eb991b610 Rover: boats say active at destination in auto 7 years ago
Randy Mackay 57067fb8bc Rover: add WP_SPEED and RTL_SPEED 7 years ago
Randy Mackay 22ef276484 Rover: add const to mode::speed_error 7 years ago
Randy Mackay bccdb4e195 Rover: hold mode does not require GPS 7 years ago
Randy Mackay 8eb58b266a Rover: remove unused failsafe_throttle_suppress method 7 years ago
Peter Barker e38cefea8a Rover: add SmartRTL mode 7 years ago
Randy Mackay 9f94875228 Rover: mode class gets set_desired_location_NED 7 years ago
Peter Barker 5612292802 Rover: allow vehicle to be armed in manual with no GPS 7 years ago
Peter Barker 45d76bdf25 Rover: add name4() to Mode and use it for AP_Notify calls 7 years ago
Randy Mackay 04e9228fa0 Rover: add Acro mode 7 years ago
Randy Mackay 26f50f6055 Rover: PILOT_STEER_TYPE replaces SKID_STEER_IN 7 years ago
Randy Mackay c6689fd2e1 Rover: rename calc_nav_steer to calc_steering_from_lateral_acceleration 7 years ago
Randy Mackay b60cb536ab Rover: RTL within auto mode 7 years ago
Randy Mackay 14c74a5967 Rover: remove learning mode 8 years ago
Randy Mackay 95c5ada3e9 Rover: modes use stop_vehicle to stop gently 8 years ago
Randy Mackay 0b917cfd36 Rover: mode auto guided and rtl slow before destination 8 years ago
Randy Mackay d99108f3bc Rover: use AR_AttitudeControl for throttle control 8 years ago
Randy Mackay 9097269d6d Rover: use AR_AttitudeControl for steering control 8 years ago