diff --git a/src/modules/commander/Commander.cpp b/src/modules/commander/Commander.cpp index 2f05b656fb..53fdda3e65 100644 --- a/src/modules/commander/Commander.cpp +++ b/src/modules/commander/Commander.cpp @@ -1545,6 +1545,7 @@ Commander::handle_command(const vehicle_command_s &cmd) case vehicle_command_s::VEHICLE_CMD_DO_GIMBAL_MANAGER_PITCHYAW: case vehicle_command_s::VEHICLE_CMD_DO_GIMBAL_MANAGER_CONFIGURE: case vehicle_command_s::VEHICLE_CMD_CONFIGURE_ACTUATOR: + case vehicle_command_s::VEHICLE_CMD_DO_SET_ACTUATOR: /* ignore commands that are handled by other parts of the system */ break;