Sophie

Sophie

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

player-3.0.2-5.fc14.i686.rpm


# Desc: Configuration for a Pioneer robot and a SICK laser.
#       The p2os driver is used for all Pioneer robots. In addition to the position
#       interface, sonar, and power (battery voltage) interfaces, it also
#       provides interfaces for blobfinder via attached CMUcam, bumpers, and
#       gripper (these will return errors or no data if the requisite hardware
#       is not installed).
#       The SICK laser driver is seperate from the p2os driver.
# CVS: $Id: pioneer.cfg 4279 2007-12-05 19:17:06Z gerkey $

driver
(
  name "p2os"
  provides ["odometry:::position2d:0"
            "compass:::position2d:1"
            "gyro:::position2d:2"
            "sonar:0"
            "aio:0"
            "dio:0"
            "power:0"
            "bumper:0"
            "gripper:::gripper:0"
            "blobfinder:0"
            "sound:0"
           ]
  port "/dev/ttyS0"
)

driver
(
  name "sicklms200"
  provides ["laser:0"]
  port "/dev/ttyS2"
)