Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 9e79d1f90c444bbe59a185281bf74778 > files > 17

player-3.0.2-5.fc14.i686.rpm

#
# Example of loading a map from a file, and passing said map into
# other drivers that do things to it, like compute the C-space and
# rescale it.
#
driver
(
  name "mapfile"
  provides ["map:0"]
  filename "PHE-05cm.pnm"
  resolution 0.05
  negate 0
)

driver
(
  name "mapcspace"
  provides ["map:1"]
  requires ["map:0"]
  robot_shape "circle"
  robot_radius 0.5
)

driver
(
  name "mapscale"
  provides ["map:2"]
  requires ["map:0"]
  resolution 0.01
)