We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcbdb0 commit 15869fbCopy full SHA for 15869fb
localization/ndt_scan_matcher/launch/ndt_scan_matcher.launch.xml
@@ -14,7 +14,7 @@
14
15
<arg name="node_name" default="ndt_scan_matcher" description="Use a different name for this node"/>
16
17
- <node pkg="ndt_scan_matcher" exec="ndt_scan_matcher" name="$(var node_name)" output="log">
+ <node pkg="ndt_scan_matcher" exec="ndt_scan_matcher_node" name="$(var node_name)" output="both">
18
<remap from="points_raw" to="$(var input_pointcloud)"/>
19
<remap from="ekf_pose_with_covariance" to="$(var input_initial_pose_topic)"/>
20
<remap from="regularization_pose_with_covariance" to="$(var input_regularization_pose_topic)"/>
0 commit comments