Rover: move sending of gps_raw up

This commit is contained in:
Peter Barker 2017-08-04 18:41:31 +10:00 committed by Francisco Ferreira
parent ee5874ab32
commit f7fd663f45

View File

@ -329,11 +329,6 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id)
}
break;
case MSG_GPS_RAW:
CHECK_PAYLOAD_SIZE(GPS_RAW_INT);
send_gps_raw(rover.gps);
break;
case MSG_SERVO_OUT:
CHECK_PAYLOAD_SIZE(RC_CHANNELS_SCALED);
rover.send_servo_out(chan);