|
The obot driver controls the Obot robot, made by Botrics. It's a small, very fast robot that can carry a SICK laser (talk to the laser over a normal serial port using the sicklms200 driver).
- Compile-time dependencies
- Provides
- Requires
- Supported configuration requests
- PLAYER_POSITION_GET_GEOM_REQ
- PLAYER_POSITION_MOTOR_POWER_REQ
- Configuration file options
- port (string)
- Default: "/dev/usb/ttyUSB1"
- Serial port used to communicate with the robot.
- Example
driver
(
name "obot"
provides ["position:0"]
)
- Authors
Brian Gerkey
Generated on Tue May 3 14:16:11 2005 for Player by 1.3.6
|