Rover: support GPS_INPUT mavlink message

This commit is contained in:
Allan Matthew 2016-05-20 15:25:51 -07:00 committed by Randy Mackay
parent c479fcab39
commit 1aaeceac2e

View File

@ -1263,6 +1263,12 @@ void GCS_MAVLINK_Rover::handleMessage(mavlink_message_t* msg)
break; break;
} }
case MAVLINK_MSG_ID_GPS_INPUT:
{
rover.gps.handle_msg(msg);
break;
}
#if HIL_MODE != HIL_MODE_DISABLED #if HIL_MODE != HIL_MODE_DISABLED
case MAVLINK_MSG_ID_HIL_STATE: case MAVLINK_MSG_ID_HIL_STATE:
{ {