We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebaf28 commit 4c41c2dCopy full SHA for 4c41c2d
localization/stop_filter/launch/stop_filter.launch.xml
@@ -3,7 +3,7 @@
3
<arg name="input_odom_name" default="ekf_odom"/>
4
<arg name="output_odom_name" default="stop_filter_odom"/>
5
<arg name="debug_stop_flag" default="debug/stop_flag"/>
6
- <node pkg="stop_filter" exec="stop_filter_node" output="screen">
+ <node pkg="stop_filter" exec="stop_filter_node" output="both">
7
<remap from="input/odom" to="$(var input_odom_name)"/>
8
9
<remap from="output/odom" to="$(var output_odom_name)"/>
0 commit comments