mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 08:30:36 +08:00
update submodule mavlink to latest Thu Jul 6 10:14:36 2023
* remove MAV_PROTOCOL_CAPABILITY_SET_ACTUATOR_TARGET because removed from message def Auterion/mavlink@1c9949e
This commit is contained in:
committed by
GitHub
parent
8b780f2a96
commit
7f78ae449a
Submodule src/modules/mavlink/mavlink updated: 18955a04c7...e47dfbb4b7
@@ -1060,7 +1060,6 @@ Mavlink::send_autopilot_capabilities()
|
||||
msg.capabilities |= MAV_PROTOCOL_CAPABILITY_FTP;
|
||||
msg.capabilities |= MAV_PROTOCOL_CAPABILITY_SET_ATTITUDE_TARGET;
|
||||
msg.capabilities |= MAV_PROTOCOL_CAPABILITY_SET_POSITION_TARGET_LOCAL_NED;
|
||||
msg.capabilities |= MAV_PROTOCOL_CAPABILITY_SET_ACTUATOR_TARGET;
|
||||
msg.capabilities |= MAV_PROTOCOL_CAPABILITY_FLIGHT_TERMINATION;
|
||||
msg.capabilities |= MAV_PROTOCOL_CAPABILITY_MAVLINK2;
|
||||
msg.capabilities |= MAV_PROTOCOL_CAPABILITY_MISSION_FENCE;
|
||||
|
||||
Reference in New Issue
Block a user