38 Commits (d0d6040b3e0c01e746060dcc410bfafaef8ac56f)

Author SHA1 Message Date
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
Grant Morphett 4f6259f374 Rover: Added mode switch debouncing from Plane. 10 years ago
Andrew Tridgell b47a09b709 Rover: fixed build of .cpp files 10 years ago
Andrew Tridgell 2b6835d187 Rover: rename all .pde files to .cpp files 10 years ago
Andrew Tridgell adbf9c362e Rover: automatic substitution for class members 10 years ago
Randy Mackay 59555e8364 Rover: revert next_WP, prev_WP to location structures 11 years ago
Randy Mackay 1a70ffdeee Rover: Mission integration for ch7 save waypoint 11 years ago
Andrew Tridgell 148fd889bc Rover: fix for X8R receiver on SBUS in failsafe 11 years ago
Andrew Tridgell 2ba994b040 Rover: allow for a wider range of values on the control switch 11 years ago
Andrew Tridgell 97ed733ada Rover: use L1 controller for navigation 12 years ago
Andrew Tridgell 135146c735 Rover: added LEARN_CH parameter 12 years ago
Andrew Tridgell 5a9485a419 Rover: support RCMAP_* mapping for steering/throttle 12 years ago
Andrew Tridgell daa603552b Rover: added new STEERING mode 12 years ago
Andrew Tridgell 582d1c47b3 Rover: added filter to auto steering, and fixed throttle pid 12 years ago
Andrew Tridgell f1ff27ed08 Rover: major restructuring 12 years ago
Andrew Tridgell be39ccf02c Rover: use new constrain_int16 function 12 years ago