mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
GCS_MAVLink: add GIMBAL_MANAGER_SET_PITCHYAW message support
This commit is contained in:
parent
28748dc2c0
commit
9ef3241949
@ -3915,6 +3915,7 @@ void GCS_MAVLINK::handle_common_message(const mavlink_message_t &msg)
|
||||
case MAVLINK_MSG_ID_GIMBAL_DEVICE_INFORMATION:
|
||||
case MAVLINK_MSG_ID_GIMBAL_DEVICE_ATTITUDE_STATUS:
|
||||
case MAVLINK_MSG_ID_GIMBAL_MANAGER_SET_ATTITUDE:
|
||||
case MAVLINK_MSG_ID_GIMBAL_MANAGER_SET_PITCHYAW:
|
||||
handle_mount_message(msg);
|
||||
break;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user