Browse Source

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.
v1.13.0-BW
Nico van Duijn 3 years ago committed by Daniel Agar
parent
commit
ad410a2512
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
  1. 1
      src/modules/commander/Commander.cpp

1
src/modules/commander/Commander.cpp

@ -1587,6 +1587,7 @@ Commander::handle_command(const vehicle_command_s &cmd) @@ -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;

Loading…
Cancel
Save