5 Commits (2db6b7c7cb93adb52b9b9be0bab4fea1f2034bed)

Author SHA1 Message Date
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
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
murata d620efbcb7 Rover: if statements is simple. 9 years ago
skyscraper 8c9e55edfa APMRover2: Fix up after refactoring RC_Channel class 9 years ago
Caio Marcelo de Oliveira Filho ee073787c8 Rover: use millis/micros/panic functions 9 years ago
Grant Morphett e81973cd29 Rover: motor_active method similar to the plane is_flying but simpler 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Grant Morphett 9a79baef59 Rover: Merged a bug fix from Plane. 10 years ago