Skip to content

Commit 4c41c2d

Browse files
committed
change log output from screen to both
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
1 parent 8ebaf28 commit 4c41c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localization/stop_filter/launch/stop_filter.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<arg name="input_odom_name" default="ekf_odom"/>
44
<arg name="output_odom_name" default="stop_filter_odom"/>
55
<arg name="debug_stop_flag" default="debug/stop_flag"/>
6-
<node pkg="stop_filter" exec="stop_filter_node" output="screen">
6+
<node pkg="stop_filter" exec="stop_filter_node" output="both">
77
<remap from="input/odom" to="$(var input_odom_name)"/>
88

99
<remap from="output/odom" to="$(var output_odom_name)"/>

0 commit comments

Comments
 (0)