mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 13:27:34 +08:00
ignore mount commands in commander
This commit is contained in:
@@ -727,6 +727,9 @@ bool handle_command(struct vehicle_status_s *status_local, const struct safety_s
|
||||
case VEHICLE_CMD_CUSTOM_2:
|
||||
case VEHICLE_CMD_PAYLOAD_PREPARE_DEPLOY:
|
||||
case VEHICLE_CMD_PAYLOAD_CONTROL_DEPLOY:
|
||||
case VEHICLE_CMD_DO_MOUNT_CONTROL:
|
||||
case VEHICLE_CMD_DO_MOUNT_CONTROL_QUAT:
|
||||
case VEHICLE_CMD_DO_MOUNT_CONFIGURE:
|
||||
/* ignore commands that handled in low prio loop */
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user