Skip to content

Commit

Permalink
refactor: update launcher to output logs on screen
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
  • Loading branch information
ktro2828 committed Jan 25, 2024
1 parent 75cbc36 commit a9e7b2d
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="build_only" default="false" description="shutdown node after TensorRT engine file is built"/>

<node pkg="traffic_light_fine_detector" exec="traffic_light_fine_detector_node" name="traffic_light_fine_detector">
<node pkg="traffic_light_fine_detector" exec="traffic_light_fine_detector_node" name="traffic_light_fine_detector" output="screen">
<remap from="~/input/image" to="$(var input/image)"/>
<remap from="~/input/rois" to="$(var input/rois)"/>
<remap from="~/expect/rois" to="$(var expect/rois)"/>
Expand Down

0 comments on commit a9e7b2d

Please sign in to comment.