forked from prl-mushr/mushr_rhc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
198fda6
commit 4323728
Showing
4 changed files
with
71 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<launch> | ||
<!-- <arg name="map" default="$(find mushr_rhc_ros)/maps/real-floor0-edited.yaml" /> --> | ||
<!-- <arg name="c2g_map" default="$(find mushr_rhc_ros)/maps/real-floor0-edited-c2g-full-loop.yaml" /> --> | ||
|
||
<!-- <arg name="map" default="$(find mushr_rhc_ros)/maps/bravern_13_mod.yaml" /> | ||
<arg name="c2g_map" default="$(find mushr_rhc_ros)/maps/bravern_13_mod.yaml" /> --> | ||
|
||
<arg name="map" default="$(find mushr_rhc_ros)/maps/map_12f_cropped.yaml" /> | ||
<arg name="c2g_map" default="$(find mushr_rhc_ros)/maps/map_12f_cropped.yaml" /> | ||
|
||
<node pkg="map_server" name="map_server" type="map_server" args="$(arg map)"/> | ||
<node pkg="map_server" name="c2g_map" type="map_server" args="$(arg c2g_map)"> | ||
<remap from="/static_map" to="/c2g/static_map" /> | ||
<remap from="/map_metadata" to="/c2g/map_metadata" /> | ||
<remap from="/map" to="/c2g/map" /> | ||
</node> | ||
|
||
<param name="map_file" value="$(arg c2g_map)" /> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters