Rover: pass HIL_GPS to gps driver

This commit is contained in:
Randy Mackay 2016-12-07 09:53:46 +09:00
parent 9e62f12dd7
commit 75aaf33d58

View File

@ -1331,6 +1331,7 @@ void GCS_MAVLINK_Rover::handleMessage(mavlink_message_t* msg)
case MAVLINK_MSG_ID_GPS_RTCM_DATA:
case MAVLINK_MSG_ID_GPS_INPUT:
case MAVLINK_MSG_ID_HIL_GPS:
{
rover.gps.handle_msg(msg);
break;