Skip to content

Commit

Permalink
fix(autoware_traffic_light_map_based_detector): output from screen to…
Browse files Browse the repository at this point in the history
  • Loading branch information
kminoda authored and kyoichi-sugahara committed Aug 27, 2024
1 parent ee6312c commit 4472f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<arg name="param_path" default="$(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml"/>

<node pkg="autoware_traffic_light_map_based_detector" exec="traffic_light_map_based_detector_node" name="traffic_light_map_based_detector" output="screen">
<node pkg="autoware_traffic_light_map_based_detector" exec="traffic_light_map_based_detector_node" name="traffic_light_map_based_detector" output="both">
<remap from="~/input/vector_map" to="$(var input/vector_map)"/>
<remap from="~/input/camera_info" to="$(var input/camera_info)"/>
<remap from="~/expect/rois" to="$(var expect/rois)"/>
Expand Down

0 comments on commit 4472f76

Please sign in to comment.