Browse Source

Rover: move try_send_message sending of sensor offsets up

mission-4.1.18
Peter Barker 7 years ago committed by Peter Barker
parent
commit
ace48d72b0
  1. 5
      APMrover2/GCS_Mavlink.cpp

5
APMrover2/GCS_Mavlink.cpp

@ -349,11 +349,6 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id) @@ -349,11 +349,6 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id)
send_scaled_pressure();
break;
case MSG_RAW_IMU3:
CHECK_PAYLOAD_SIZE(SENSOR_OFFSETS);
send_sensor_offsets(rover.ins, rover.compass);
break;
case MSG_SIMSTATE:
CHECK_PAYLOAD_SIZE(SIMSTATE);
rover.send_simstate(chan);

Loading…
Cancel
Save