Andrew Tridgell
|
3d8f1e03e1
|
Rover: prepare for 2.46 release
|
11 years ago |
Andrew Tridgell
|
87f0cb6168
|
Rover: remove unused variable
|
11 years ago |
Andrew Tridgell
|
7cda392827
|
Rover: show firmware version on param list
|
11 years ago |
Andrew Tridgell
|
06c77c167e
|
Rover: set GPS non-blocking
the new GPS driver only ever needs a non-blocking port
|
11 years ago |
Randy Mackay
|
d130f0c499
|
Revert "Rover: use rcmap when sending radio_in to GCS"
This reverts commit fb867f3a06 .
|
11 years ago |
Randy Mackay
|
fb867f3a06
|
Rover: use rcmap when sending radio_in to GCS
|
11 years ago |
Andrew Tridgell
|
c150338e53
|
Rover: convert to using StorageManager
|
11 years ago |
Andrew Tridgell
|
0588d88435
|
Rover: fixed build
|
11 years ago |
Andrew Tridgell
|
30b9c60938
|
Rover: rename Tele2Protocol to Serial2Protocol
|
11 years ago |
Matthias Badaire
|
874ef65d74
|
Plane: Add SERIAL2_PROTOCOL for GCS and FRSky telemtry
This allows selection of protocol type on telem2. The default is MAVLink, but can be selected as FrSky protocol
|
11 years ago |
Andrew Tridgell
|
bea5c8ae0c
|
Rover: change default throttle slew rate to 100
this will help with NiMH batteries which may brownout with sudden
currents
|
11 years ago |
Andrew Tridgell
|
7810314f7c
|
Rover: avoid integer underflow in mavlink txspace check
|
11 years ago |
Andrew Tridgell
|
71132058b4
|
Rover: need AP_Terrain.h for AP_Mission
|
11 years ago |
akdslr
|
1083a89b0f
|
Ardurover2 Parameters: Changed the SONAR prefix to RNGFND and renamed the previous SONAR_ parameters
|
11 years ago |
Andrew Tridgell
|
739edafb42
|
Rover: use HAL board subtypes
|
11 years ago |
Andrew Tridgell
|
3143e192d3
|
Rover: changes for more common mavlink code
|
11 years ago |
Randy Mackay
|
170ca89a21
|
Rover: PREFLIGHT_SET_SENSOR_OFFSETS used to set compass offsets
replaces ardupilot specific message SET_MAG_OFFSETS
|
11 years ago |
Randy Mackay
|
d789735d0d
|
Rover: rename compass set_and_save_offsets
|
11 years ago |
Randy Mackay
|
9064d7ebca
|
Rover: add support for DO_SET_ROI outside of missions
|
11 years ago |
Randy Mackay
|
3790b3aa82
|
Rover: add support for DO_SET_ROI within mission
|
11 years ago |
Andrew Tridgell
|
bfe705a14d
|
Rover: convert to new AP_RangeFinder API
|
11 years ago |
Andrew Tridgell
|
fdeedfa173
|
Rover: support 3 magnetometers
|
11 years ago |
Andrew Tridgell
|
57685ddf84
|
Rover: update for AP_Mount change
|
11 years ago |
Randy Mackay
|
4d93dd47ee
|
Rover: use common Log_Write_Camera
pair programmed with Craig Elder
|
11 years ago |
Andrew Tridgell
|
a72b362c1f
|
Rover: prepare for new beta
|
11 years ago |
Andrew Tridgell
|
a1b94bf852
|
Rover: prevent unsupported command messages
this prevents errors on DO_CHANGE_SPEED
|
11 years ago |
Andrew Tridgell
|
43059fbff5
|
Rover: release 2.46beta
|
11 years ago |
Andrew Tridgell
|
e35c0a578d
|
Rover: fix for HAL_GPIO_*
|
11 years ago |
Andrew Tridgell
|
c4c912c703
|
Rover: use new GCS_Common.cpp functions
|
11 years ago |
Andrew Tridgell
|
57e14f5387
|
Rover: updates for new GCS_MAVLink API
|
11 years ago |
Andrew Tridgell
|
ed4068dc90
|
Rover: update baud rate parameter descriptions
|
11 years ago |
Andrew Tridgell
|
1118609024
|
Rover: change baudrates to 16 bit
allows for much higher serial baud rates
|
11 years ago |
Andrew Tridgell
|
fc0d703b9b
|
Rover: much simpler SPEED_TURN_GAIN implementation
as soon as we hit the SPEED_TURN_DIST we lower target speed to the
specified gain
|
11 years ago |
Andrew Tridgell
|
35e87fa2ea
|
Rover: use setup_uart()
|
11 years ago |
Andrew Tridgell
|
482933acd7
|
Rover: added reporting of AHRS health
|
11 years ago |
Randy Mackay
|
d7e015db89
|
Rover: add Pixhawk pin to RSSI_PIN's @Value
Also prepended APM2 to existing values. Added A2 to list to be
consistent with plane and copter
|
11 years ago |
Randy Mackay
|
8b92ff4695
|
Rover: remove unused RELAY_PIN definition
This is now part of the AP_Relay library
|
11 years ago |
Andrew Tridgell
|
48919b6253
|
Rover: use EKF velocity for high rate ground_speed updates
this may give smoother throttle response when the EKF is enabled
|
11 years ago |
Andrew Tridgell
|
cd8fd86565
|
Rover: use mission.start_or_resume()
this allows the user to setup whether a mission restarts or resumes
|
11 years ago |
Andrew Tridgell
|
05c59c757c
|
Rover: use get_current_nav_index()
|
11 years ago |
Andrew Tridgell
|
c413cdc480
|
Rover: set AHRS vehicle class
|
11 years ago |
Andrew Tridgell
|
594c5c07b3
|
Rover: setup failsafe trim values for if FMU firmware dies
|
11 years ago |
Andrew Tridgell
|
030567854b
|
Rover: ensure we log both GPS at the time we receive a message
|
11 years ago |
Emile Castelnuovo
|
c5620dfd39
|
Rover: added VRBRAIN #defines and #includes
|
11 years ago |
Andrew Tridgell
|
8322525431
|
Rover: show next wp when not running a mission
this lets the GCS know what wp would be run if auto mode is selected
|
11 years ago |
Andrew Tridgell
|
ac7f36494b
|
Rover: use the next navigation course to adjust steering gain in turns
this should make waypoints along a straight path not reduce speed
|
11 years ago |
Andrew Tridgell
|
58cfdebcd0
|
Rover: added BRAKING_SPEEDERR parameter
this controls how much speed error you need before brakes are used
|
11 years ago |
Andrew Tridgell
|
87c77dc07f
|
Rover: added SERIAL_CONTROL support
|
11 years ago |
Andrew Tridgell
|
c6f9627782
|
Rover: use new channel output API
|
11 years ago |
Andrew Tridgell
|
337ca31b79
|
Rover: update for gps.setHIL() API
|
11 years ago |