Skip to content
Snippets Groups Projects
Commit 2ed14fc7 authored by Ely Repiso Polo's avatar Ely Repiso Polo
Browse files

cambios para que vaya el iterative simulation

parent 337c224b
No related branches found
No related tags found
No related merge requests found
<!-- -->
<launch>
<arg name="map" default="empty"/>
<!-- Map Server -->
<!-- published topics: /$(optenv ROBOT tibi)/map -->
<!-- subscribed topics: -->
<!-- service clients: -->
<!-- service servers: -->
<!-- action clients: -->
<!-- action servers: -->
<node name="$(optenv ROBOT tibi)_map_server"
pkg ="map_server"
type="map_server"
args="$(find iri_atr_akp_local_planner_companion)/maps/$(arg map).yaml">
<param name="frame_id" value="map" />
<remap from="/map"
to="$(optenv ROBOT tibi)/map"/>
</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