mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Plane: support GPS_INPUT mavlink message
This commit is contained in:
parent
860773260f
commit
c479fcab39
@ -1958,6 +1958,12 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
|
||||
break;
|
||||
}
|
||||
|
||||
case MAVLINK_MSG_ID_GPS_INPUT:
|
||||
{
|
||||
plane.gps.handle_msg(msg);
|
||||
break;
|
||||
}
|
||||
|
||||
case MAVLINK_MSG_ID_HIL_STATE:
|
||||
{
|
||||
#if HIL_SUPPORT
|
||||
|
Loading…
Reference in New Issue
Block a user