[go: up one dir, main page]

Menu

[r123]: / tags / 0.2.1 / stage / map.inc  Maximize  Restore  History

Download this file

30 lines (25 with data), 444 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# map.inc - useful setup for a floorplan bitmap
# Authors: Richard Vaughan
# $Id$
define floorplan model
(
# sombre, sensible, artistic
color "gray30"
# most maps will need a bounding box
boundary 1
gui_nose 0
gui_grid 0
gui_movemask 0
gui_outline 0
gripper_return 0
fiducial_return 0
laser_return 1
)
define zone model
(
color "orange"
size [ 2 2 0.02 ]
obstacle_return 0
laser_return 0
ranger_return 0
)