Skip to content

Commit 93c8bc6

Browse files
committed
change log output from log to both
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
1 parent 300e626 commit 93c8bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localization/pose2twist/launch/pose2twist.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<arg name="input_pose_topic" default="/localization/pose_estimator/pose" description=""/>
33
<arg name="output_twist_topic" default="/estimate_twist" description=""/>
44

5-
<node pkg="pose2twist" exec="pose2twist" name="pose2twist" output="log">
5+
<node pkg="pose2twist" exec="pose2twist_node" output="both">
66
<remap from="pose" to="$(var input_pose_topic)"/>
77
<remap from="twist" to="$(var output_twist_topic)"/>
88
</node>

0 commit comments

Comments
 (0)