12 lines
361 B
XML
12 lines
361 B
XML
<launch>
|
|
<node pkg="robot_localization" type="ekf_localization_node" name="ekf_se" clear_params="true">
|
|
<rosparam command="load" file="$(find robot_localization)/params/ekf_template.yaml" />
|
|
|
|
<!-- Placeholder for output topic remapping
|
|
<remap from="odometry/filtered" to=""/>
|
|
<remap from="accel/filtered" to=""/>
|
|
-->
|
|
|
|
</node>
|
|
</launch>
|