Skip to content

Commit cdf29e4

Browse files
committed
Added additional map files and updated global ground map
1 parent e30649e commit cdf29e4

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

Diff for: launch/map.launch

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
<launch>
2-
<node name="map_server" pkg="map_server" type="map_server" args="$(find iai_maps)/maps/map.yaml" />
3-
</launch>
2+
<!--node name="map_server" pkg="map_server" type="map_server" args="$(find iai_maps)/maps/map.yaml" /-->
3+
<node name="map_server" pkg="map_server" type="map_server" args="$(find iai_maps)/maps/map3.yaml" />
4+
<include file="$(find iai_maps)/launch/stp_pancake_table.launch" />
5+
</launch>

Diff for: maps/map2.pgm

221 KB
Binary file not shown.

Diff for: maps/map2.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
image: map2.pgm
2+
resolution: 0.0125
3+
origin: [-4.9, -1.9, 0.000000]
4+
negate: 0
5+
occupied_thresh: 0.65
6+
free_thresh: 0.196

Diff for: maps/map3.pgm

221 KB
Binary file not shown.

Diff for: maps/map3.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
image: map3.pgm
2+
resolution: 0.0125
3+
origin: [-4.9, -1.9, 0.000000]
4+
negate: 0
5+
occupied_thresh: 0.65
6+
free_thresh: 0.196
7+

0 commit comments

Comments
 (0)