mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
navigator: send commands to anyone listening
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
9b95330efc
commit
fc357921fd
@ -1428,7 +1428,7 @@ void Navigator::publish_vehicle_cmd(vehicle_command_s *vcmd)
|
||||
break;
|
||||
|
||||
default:
|
||||
vcmd->target_component = _vstatus.component_id;
|
||||
vcmd->target_component = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user