Commander: ignore MAV_CMD_REQUEST_MSG

This commit adds the MAV_CMD_REQUEST_MESSAGE to the list of vehicle
commands which are ignored without generating a warning sound.
This commit is contained in:
Nico van Duijn 2022-05-19 14:53:45 +02:00 committed by Daniel Agar
parent 453acdce31
commit ad410a2512
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
1 changed files with 1 additions and 0 deletions

View File

@ -1587,6 +1587,7 @@ Commander::handle_command(const vehicle_command_s &cmd)
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:
case vehicle_command_s::VEHICLE_CMD_REQUEST_MESSAGE:
/* ignore commands that are handled by other parts of the system */
break;