mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 10:17:35 +08:00
navigator: send commands to anyone listening
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user