Skip to content

Commit

Permalink
Added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlight1337 committed May 26, 2014
1 parent cdf29e4 commit ee900da
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions launch/iai_maps2.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<launch>
<include file="$(find iai_maps)/launch/kitchen_with_state_publisher.launch" />
<include file="$(find iai_maps)/launch/room.launch" />
<include file="$(find iai_maps)/launch/map2.launch" />
<include file="$(find iai_maps)/launch/json.launch" />
</launch>
3 changes: 3 additions & 0 deletions launch/map2.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<launch>
<node name="map_server" pkg="map_server" type="map_server" args="$(find iai_maps)/maps/map2.yaml" />
</launch>
5 changes: 5 additions & 0 deletions launch/no-json.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<launch>
<include file="$(find iai_maps)/launch/kitchen_with_state_publisher.launch" />
<include file="$(find iai_maps)/launch/room.launch" />
<include file="$(find iai_maps)/launch/map.launch" />
</launch>
3 changes: 3 additions & 0 deletions launch/stp_pancake_table.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<launch>
<node name="stp_pancake_table" pkg="tf" type="static_transform_publisher" args="-1.05289 -0.45 0.72 0 0 0 map pancake_table 100" />
</launch>
Binary file modified maps/map_restricted.pgm
Binary file not shown.

0 comments on commit ee900da

Please sign in to comment.