Skip to content

Commit

Permalink
navigator: send commands to anyone listening
Browse files Browse the repository at this point in the history
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
  • Loading branch information
sfuhrer committed Jun 12, 2023
1 parent 9b95330 commit fc35792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/navigator/navigator_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit fc35792

Please sign in to comment.