mavlink: Send message to control onboard camera as broadcast

The target was it self.
This commit is contained in:
José Roberto de Souza 2017-02-22 13:47:23 -08:00 committed by Lorenz Meier
parent c1bd0d5733
commit 6ce5807240
1 changed files with 1 additions and 1 deletions

View File

@ -3137,7 +3137,7 @@ protected:
mavlink_command_long_t msg = {};
msg.target_system = mavlink_system.sysid;
msg.target_system = 0;
msg.target_component = MAV_COMP_ID_ALL;
msg.command = MAV_CMD_DO_CONTROL_VIDEO;
msg.confirmation = 0;