mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Copter: support GPS_INPUT mavlink message
This commit is contained in:
parent
4249f7dbe6
commit
860773260f
@ -1857,6 +1857,13 @@ void GCS_MAVLINK_Copter::handleMessage(mavlink_message_t* msg)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case MAVLINK_MSG_ID_GPS_INPUT:
|
||||||
|
{
|
||||||
|
result = MAV_RESULT_ACCEPTED;
|
||||||
|
copter.gps.handle_msg(msg);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
#if HIL_MODE != HIL_MODE_DISABLED
|
#if HIL_MODE != HIL_MODE_DISABLED
|
||||||
case MAVLINK_MSG_ID_HIL_STATE: // MAV ID: 90
|
case MAVLINK_MSG_ID_HIL_STATE: // MAV ID: 90
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user