mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-18 23:56:59 +00:00
Merge branch 'noetic' of https://github.com/bjoernellens1/cps_rmp220_support into noetic
This commit is contained in:
commit
caf2a045f3
@ -1,5 +1,7 @@
|
|||||||
<launch>
|
<launch>
|
||||||
<node pkg="robot_pose_ekf" type="robot_pose_ekf" name="robot_pose_ekf">
|
<node pkg="robot_pose_ekf" type="robot_pose_ekf" name="robot_pose_ekf" output="screen">
|
||||||
|
|
||||||
|
<!-- Parameters -->
|
||||||
<param name="output_frame" value="odom"/>
|
<param name="output_frame" value="odom"/>
|
||||||
<param name="freq" value="30.0"/>
|
<param name="freq" value="30.0"/>
|
||||||
<param name="sensor_timeout" value="1.0"/>
|
<param name="sensor_timeout" value="1.0"/>
|
||||||
@ -8,5 +10,9 @@
|
|||||||
<param name="vo_used" value="false"/>
|
<param name="vo_used" value="false"/>
|
||||||
<param name="debug" value="false"/>
|
<param name="debug" value="false"/>
|
||||||
<param name="self_diagnose" value="false"/>
|
<param name="self_diagnose" value="false"/>
|
||||||
|
|
||||||
|
<!-- Remap Odometry Input -->
|
||||||
|
<remap from="/odom" to="/odom_normalized"/>
|
||||||
|
|
||||||
</node>
|
</node>
|
||||||
</launch>
|
</launch>
|
Loading…
Reference in New Issue
Block a user