git commit -m "first commit"
This commit is contained in:
11
navigations/robot_localization/launch/ekf_template.launch
Executable file
11
navigations/robot_localization/launch/ekf_template.launch
Executable file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user