Peter Barker
|
3af52d9db3
|
Plane: add common handling of mavlink command messages
|
2017-07-16 23:56:00 +01:00 |
Peter Barker
|
2136797770
|
Tracker: add common handling of mavlink command messages
|
2017-07-16 23:56:00 +01:00 |
Peter Barker
|
40eb07f472
|
Rover: add common handling of mavlink command messages
|
2017-07-16 23:56:00 +01:00 |
Peter Barker
|
3e3a8717c5
|
Copter: add common handling of mavlink command messages
|
2017-07-16 23:56:00 +01:00 |
Peter Barker
|
cfc8d7feba
|
GCS_MAVLink: add common handling of mavlink command messages
|
2017-07-16 23:56:00 +01:00 |
Michael du Breuil
|
6b60c110a5
|
AP_Baro: Improve GND_TEMP parameter docs
|
2017-07-16 20:22:00 +01:00 |
Michael du Breuil
|
993df82cfa
|
APMRover: Fix bad parameter generation for AP_MotorUGV
|
2017-07-16 08:26:52 +10:00 |
Michael du Breuil
|
31924e46d3
|
Tools: Parameters: Permit kHz as a unit
|
2017-07-16 08:26:52 +10:00 |
Michael du Breuil
|
c4c68266d5
|
README: Add SMBus battery maintainership
|
2017-07-15 14:53:53 +01:00 |
Michael du Breuil
|
3dd47bff8b
|
AP_BattMonitor: Allow generic SMBus batteries to not have cell voltages
|
2017-07-15 14:53:53 +01:00 |
Michael du Breuil
|
a077eac6a9
|
Rover: Document max loop time as being in microseconds
|
2017-07-15 17:27:04 +09:00 |
Michael du Breuil
|
f8f97b61ea
|
Sub: Document min/max loop times as being in microseconds
|
2017-07-15 17:27:04 +09:00 |
Michael du Breuil
|
a81bfe644a
|
Copter: Document max loop time as being in microseconds
|
2017-07-15 17:27:04 +09:00 |
Michael du Breuil
|
b8e6ad7476
|
Plane: Document loop max time as being in microseconds
|
2017-07-15 17:27:04 +09:00 |
Peter Barker
|
69eb9cbdd2
|
GCS_MAVLINK: add missing mavlink mission msgid to case
|
2017-07-15 17:01:18 +09:00 |
Michael du Breuil
|
f14667225d
|
AP_Baro: Avoid a FPE when ground pressure is negative
|
2017-07-15 10:49:16 +09:00 |
khancyr
|
f60e7df309
|
AP_Proximity: correct missing use of PROXIMITY_MAX_DIRECTION
|
2017-07-14 18:59:36 +01:00 |
khancyr
|
40b860e240
|
Rover: rename sonar to rangefinder
|
2017-07-14 17:40:05 +01:00 |
Andrew Tridgell
|
42181ee7c8
|
HAL_SITL: use SIM_GPS_LOCKTIME
|
2017-07-14 15:02:14 +10:00 |
Andrew Tridgell
|
a7967e00e4
|
SITL: added SIM_GPS_LOCKTIME parameter
|
2017-07-14 15:02:12 +10:00 |
Siddharth Bharat Purohit
|
807ba9d520
|
HAL: use correct datatype for time conversion
|
2017-07-13 18:23:00 -07:00 |
Siddharth Bharat Purohit
|
caf8dce75c
|
HAL_VRBRAIN: use correct datatype for time conversion
|
2017-07-13 18:23:00 -07:00 |
Siddharth Bharat Purohit
|
d1e0f9733e
|
HAL_Linux: use correct datatype for time conversion
|
2017-07-13 18:23:00 -07:00 |
Siddharth Bharat Purohit
|
66a94f7a10
|
HAL_PX4: use correct datatype for time conversion
|
2017-07-13 18:23:00 -07:00 |
Peter Barker
|
aa6b339252
|
GCS_MAVLink: improve rally debug strings
|
2017-07-14 01:28:05 +01:00 |
Peter Barker
|
20937e755e
|
Sub: move rally-point handling up
|
2017-07-14 01:28:05 +01:00 |
Peter Barker
|
983686745e
|
Plane: move rally-point handling up
|
2017-07-14 01:28:05 +01:00 |
Peter Barker
|
cf50c43f75
|
Tracker: move rally-point handling up
|
2017-07-14 01:28:05 +01:00 |
Peter Barker
|
2717244dd8
|
Rover: move rally-point handling up
|
2017-07-14 01:28:05 +01:00 |
Peter Barker
|
99cc684d0a
|
GCS_MAVLink: GCS_Rally: increase severity of mavlink statustexts
This matches plane, sending at an increased level
|
2017-07-14 01:28:05 +01:00 |
Peter Barker
|
480a83fdef
|
Copter: move rally-point handling up
|
2017-07-14 01:28:05 +01:00 |
Peter Barker
|
ebe3dcef6f
|
GCS_MAVLink: move rally-point handling up
|
2017-07-14 01:28:05 +01:00 |
Peter Barker
|
1748e7cb0c
|
AP_Baro: make backends responsible for setting their health
This resolves a problem in SITL where the barometer would
not change value for prolonged period of time, making it
go unhealthy
|
2017-07-14 07:28:48 +09:00 |
Randy Mackay
|
d61731cdd6
|
AP_WheelEncoder: minor formatting fix
|
2017-07-14 07:27:26 +09:00 |
Randy Mackay
|
5fc30c763e
|
Rover: move Log_GuidedTarget declaration
No functional change
|
2017-07-14 07:27:26 +09:00 |
Randy Mackay
|
ebbbe0584a
|
Rover: integrate wheel encoder
|
2017-07-14 07:27:26 +09:00 |
Randy Mackay
|
f6a1c53ff6
|
Rover: add AP_WheelEncoder to build
|
2017-07-14 07:27:26 +09:00 |
Randy Mackay
|
d356e60269
|
AP_WheelEncoder: library to read from wheel encoders
|
2017-07-14 07:27:26 +09:00 |
Peter Barker
|
3338de827e
|
GCS_MAVLink: remove unneeded telemetry_delayed parameter
Also make it protected
|
2017-07-12 17:02:54 +01:00 |
Peter Barker
|
187b4ef349
|
Sub: remove unneeded telemetry_delayed parameter
|
2017-07-12 17:01:36 +01:00 |
Peter Barker
|
a250f47f13
|
Plane: remove unneeded telemetry_delayed parameter
|
2017-07-12 17:01:36 +01:00 |
Peter Barker
|
7bb28175d7
|
Copter: remove unneeded telemetry_delayed parameter
|
2017-07-12 17:01:36 +01:00 |
Peter Barker
|
adb89c5ca6
|
Rover: remove unneeded telemetry_delayed parameter
|
2017-07-12 17:01:36 +01:00 |
Peter Barker
|
68bcf4632c
|
Sub: move handling of incoming statutext messages up
|
2017-07-12 16:52:24 +01:00 |
Peter Barker
|
abce338076
|
Tracker: move handling of incoming statutext messages up
|
2017-07-12 16:52:24 +01:00 |
Peter Barker
|
7aff4c6ab9
|
Rover: move handling of incoming statutext messages up
|
2017-07-12 16:52:24 +01:00 |
Peter Barker
|
c9c4b31e99
|
Plane: move handling of incoming statutext messages up
|
2017-07-12 16:52:24 +01:00 |
Peter Barker
|
016eeaa258
|
Copter: move handling of incoming statutext messages up
|
2017-07-12 16:52:24 +01:00 |
Peter Barker
|
129d7220e6
|
GCS_MAVLink: move handling of incoming statutext messages up
|
2017-07-12 16:52:24 +01:00 |
Randy Mackay
|
208607d668
|
Rover: remove output_trim_all during initialisation
MotorUGV library now outputs the proper values on the motor channels. Other libraries are also responsible for initialising their outputs on startup.
|
2017-07-12 14:24:16 +09:00 |