Skip to content

Commit c5c4919

Browse files
committed
change log output from screen to both
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
1 parent 82d147f commit c5c4919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localization/twist2accel/launch/twist2accel.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<arg name="in_odom" default="in_odom"/>
55
<arg name="in_twist" default="in_twist"/>
66
<arg name="out_accel" default="out_accel"/>
7-
<node pkg="twist2accel" exec="twist2accel_node" output="screen">
7+
<node pkg="twist2accel" exec="twist2accel_node" output="both">
88
<remap from="input/odom" to="$(var in_odom)"/>
99
<remap from="input/twist" to="$(var in_twist)"/>
1010
<remap from="output/accel" to="$(var out_accel)"/>

0 commit comments

Comments
 (0)