mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: stop sending SENSOR_OFFSETS
Only works for first compass instance. We have all of these in parameters anyway.
This commit is contained in:
parent
dbf88265c0
commit
f1e2e344f1
@ -466,7 +466,6 @@ static const ap_message STREAM_RAW_SENSORS_msgs[] = {
|
|||||||
MSG_SCALED_PRESSURE,
|
MSG_SCALED_PRESSURE,
|
||||||
MSG_SCALED_PRESSURE2,
|
MSG_SCALED_PRESSURE2,
|
||||||
MSG_SCALED_PRESSURE3,
|
MSG_SCALED_PRESSURE3,
|
||||||
MSG_SENSOR_OFFSETS
|
|
||||||
};
|
};
|
||||||
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
||||||
MSG_SYS_STATUS,
|
MSG_SYS_STATUS,
|
||||||
|
Loading…
Reference in New Issue
Block a user