Browse Source

publish lidar odom wrt the odom frame

feature/nav_tuning
Vinitha Ranganeni 7 months ago
parent
commit
31f088d876
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      stretch_core/launch/stretch_scan_matcher.launch

+ 2
- 2
stretch_core/launch/stretch_scan_matcher.launch View File

@ -6,8 +6,8 @@
<remap from="scan" to="scan_filtered"/>
<param name="max_iterations" value="10"/>
<param name="fixed_frame" value="map"/>
<!-- <param name="fixed_frame" value="odom"/> -->
<!-- <param name="fixed_frame" value="map"/> -->
<param name="fixed_frame" value="odom"/>
<!-- "Maximum angular displacement between scans, in degrees" -->
<!--<param name="max_angular_correction_deg" value="45.0"/>-->

Loading…
Cancel
Save