Skip to content

Commit

Permalink
Merge pull request #1371 from knorth55/jsk-maps-start-map-empty-world
Browse files Browse the repository at this point in the history
[jsk_maps] rename start_empty_map.launch and standardize as other map launch
  • Loading branch information
k-okada authored Nov 28, 2023
2 parents eafe654 + d3b0841 commit 429a1c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
7 changes: 0 additions & 7 deletions jsk_maps/launch/start_empty_map.launch

This file was deleted.

1 change: 1 addition & 0 deletions jsk_maps/launch/start_empty_map.launch
16 changes: 16 additions & 0 deletions jsk_maps/launch/start_map_empty_world.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<launch>
<arg name="launch_map_server" default="true" />

<!-- unused args; add them to keep the same args as other launches -->
<arg name="MACHINE" default="localhost" />
<arg name="use_machine" default="false" />
<arg name="use_pictogram" default="false" />
<arg name="keepout" default="false" />

<!-- create empty map -->
<node if="$(arg launch_map_server)"
name="$(anon empty_map_server)" pkg="map_server" type="map_server"
args="$(find jsk_maps)/raw_maps/empty_map.yaml" >
<param name="frame_id" value="/map"/>
</node>
</launch>

0 comments on commit 429a1c1

Please sign in to comment.