mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Added Mav_CMD_Yaw parsing
This commit is contained in:
parent
ba72935110
commit
78668ce6f1
@ -1232,6 +1232,13 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
tell_command.p1 = packet.param1;
|
||||
break;
|
||||
|
||||
case MAV_CMD_CONDITION_YAW:
|
||||
tell_command.p1 = packet.param3;
|
||||
tell_command.alt = packet.param1;
|
||||
tell_command.lat = packet.param2;
|
||||
tell_command.lng = packet.param4;
|
||||
break;
|
||||
|
||||
case MAV_CMD_NAV_TAKEOFF:
|
||||
tell_command.p1 = 0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user