mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
mavlink: Send message to control onboard camera as broadcast
The target was it self.
This commit is contained in:
committed by
Lorenz Meier
parent
c1bd0d5733
commit
6ce5807240
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user