Skip to content
Snippets Groups Projects
Commit 53e3d7db authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Localization launch, add set_pose topic as argument

parent 2992f3ae
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
<arg name="name" default="model_car"/>
<arg name="global_ekf_config_file" default="$(find iri_model_car_rosnav)/params/global_ekf_odom_imu_amcl.yaml"/>
<arg name="set_pose_topic" default="/$(arg name)/initialpose"/>
<node pkg="robot_localization"
type="ekf_localization_node"
......@@ -13,7 +14,7 @@
output="screen">
<rosparam command="load" file="$(arg global_ekf_config_file)" />
<remap from="odometry/filtered" to="/$(arg name)/global_odom_combined"/>
<remap from="set_pose" to="/$(arg name)/global_ekf/set_pose"/>
<remap from="set_pose" to="$(arg set_pose_topic)"/>
</node>
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment