Skip to content

Commit a9e7b2d

Browse files
committed
refactor: update launcher to output logs on screen
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
1 parent 75cbc36 commit a9e7b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/traffic_light_fine_detector/launch/traffic_light_fine_detector.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<arg name="build_only" default="false" description="shutdown node after TensorRT engine file is built"/>
1414

15-
<node pkg="traffic_light_fine_detector" exec="traffic_light_fine_detector_node" name="traffic_light_fine_detector">
15+
<node pkg="traffic_light_fine_detector" exec="traffic_light_fine_detector_node" name="traffic_light_fine_detector" output="screen">
1616
<remap from="~/input/image" to="$(var input/image)"/>
1717
<remap from="~/input/rois" to="$(var input/rois)"/>
1818
<remap from="~/expect/rois" to="$(var expect/rois)"/>

0 commit comments

Comments
 (0)