14 Commits (9d6df7d54245fe84a82a0f9592b9801511539107)

Author SHA1 Message Date
Peter Barker 9851ec1ddb Rover: move arming-related functionality into parent classes 6 years ago
Patrick José Pereira 70fa8bc8c0 Rover: Use new RC_Channel AUX_FUNC 6 years ago
Peter Barker 5bd0db4117 Rover: use enum class for ArmingMethod and ArmingRequired 6 years ago
Peter Barker 88575bd536 Rover: magically set home when toggling first waypoint in 6 years ago
Peter Barker a722fd1323 Rover: make setting of home boolean in preparation for sanity checks 6 years ago
TsuyoshiKawamura 41fd596c06 Rover: improve cruise speed/throttle learning. fix #9777 6 years ago
TsuyoshiKawamura 17f8b89b17 Rover: move mode_from_mode_num to mode.cpp 6 years ago
Peter Barker 29782c3d2e Rover: move AP_Mission object into ModeAuto class 6 years ago
Randy Mackay 69e5a4b262 Rover: sailboat tack triggered by any switch movement 6 years ago
IamPete1 0dddc2eafe Rover: add sailboat tacking 6 years ago
Ammarf 6ba5942ece Rover: add simple mode 7 years ago
Randy Mackay c028aa8dad Rover: fix compiler warning in RC_Channel 7 years ago
Peter Barker 5d923aed85 Rover: remove dead gcs failsafe code 7 years ago
Peter Barker e501ba203f Rover: rename control_modes.cpp to RC_Channel.cpp 7 years ago
Peter Barker 1f0908bba2 Rover: move handling of RC Switches into RC_Channel 7 years ago
Randy Mackay 84bda4e893 Rover: follow mode fixes and improvements 7 years ago
Ammarf c0082271e6 Rover: implement Follow mode 7 years ago
Peter Barker cf1f2f9aeb Rover: move motors_active to be motors.active 7 years ago
Peter Barker 65b7ca3fbb Rover: factor out a do_aux_function_change_mode 7 years ago
Peter Barker 36705af8ff Rover: create an enumeration to hold vehicle mode constants 7 years ago
Ammarf b95ac72d35 Rover: add LOITER to ch7 options 7 years ago
Andrew Tridgell a575608110 Rover: fixed build warnings 7 years ago
Randy Mackay c6638f66de Rover: Loiter mode for boats 7 years ago
Michael du Breuil 05173f24c6 Rover: Use RC_Channels instead of hal.rcin 7 years ago
Randy Mackay f6f40afcda Rover: rename control_mode_from_num to mode_from_mode_num 7 years ago
Randy Mackay 0c6afac5c6 Rover: allow mode to be set from ch7 switch 7 years ago
Randy Mackay b4a779aec3 Rover: add arm/disarm to ch7 switch 7 years ago
Peter Barker e38cefea8a Rover: add SmartRTL mode 7 years ago
Randy Mackay 060f1d36dd Rover: allow aux switch to record waypoints when not in auto-mode 7 years ago
Randy Mackay 04e9228fa0 Rover: add Acro mode 7 years ago
Randy Mackay 14d9e932ab Rover: allow disarming from transmitter on skid-steering vehicles 7 years ago
Randy Mackay 78a5e4500f Rover: send GCS warning when cruise learning fails to start 8 years ago
Randy Mackay 1600823b12 Rover: aux switch to learn cruise throttle and speed 8 years ago
Randy Mackay 14c74a5967 Rover: remove learning mode 8 years ago
Randy Mackay 524fe4cd82 Rover: aux switch saves waypoint in manual or steering modes 8 years ago
Randy Mackay d99108f3bc Rover: use AR_AttitudeControl for throttle control 8 years ago
Randy Mackay fe6465b748 Rover: remove next_WP, wp_distance, navigate 8 years ago
khancyr 23532bf45c Rover: add reason to set_mode 8 years ago
Peter Barker 07f4603533 Rover: integrate mode class 8 years ago
Pierre Kancir 267a1532b9 Rover: integrate motors library 8 years ago
Randy Mackay 584974fd74 Rover: set home from ekf position 8 years ago
Pierre Kancir 20cc336885 APMRover2: const correctness 8 years ago
Pierre Kancir b634fe548d APMRover2: Use c++ cast 8 years ago
Pierre Kancir 6d1586044c APMRover2: unhide default CH_7_PWM_TRIGGER & make it static const 8 years ago
Grant Morphett 3410db5022 Rover: Fix motor_active check to checkout throttle output servo 8 years ago
murata 0c813c5afa Rover: Unify from print or println to printf. 8 years ago
Andrew Tridgell 93d6b012c2 Rover: convert to new SRV_Channel API 8 years ago
Pierre Kancir 5232dce268 Rover: control_modes.cpp correct whitespace, remove tabs 8 years ago
murata 490571ba44 Rover: Changed if statements to switch statement. 8 years ago
Peter Barker f1b776e4eb Rover: change motor_active to be based on servo out rather than radio in 8 years ago