wbr914
[Drivers]
Collaboration diagram for wbr914:
- Compile-time dependencies
- none
- Provides
- position2d
- This interface returns position data, and accepts velocity commands.
- PLAYER_POSITION2D_CMD_VEL
- This interface returns position data, and accepts velocity commands.
- ir
- This interface returns the IR range data.
- aio
- This interface returns the analog input data from the optional 2nd I/O board.
- dio
- This interface returns the digital input information and allows control of the digital outputs on all installed White Box Robotics I/O boards. The first I/O board supplies 8 digital inputs and outputs and the optional second I/O board supplies an additional 8 digital inputs and outputs.
- Supported configuration requests
- position2d :
- PLAYER_POSITION2D_REQ_SET_ODOM
- PLAYER_POSITION2D_REQ_MOTOR_POWER
- PLAYER_POSITION2D_REQ_RESET_ODOM
- PLAYER_POSITION2D_REQ_GET_GEOM
- ir :
- PLAYER_IR_REQ_POSE
- Supported commands
- position2d :
- PLAYER_POSITION2D_CMD_VEL
- dio :
- PLAYER_DIO_CMD_VALUES
- Configuration file options
- port (string)
- Default: "/dev/ttyUSB0"
- Example
driver ( name "wbr914" provides [ "position2d:0" "ir:0" "aio:0" "dio:0" ] port "/dev/ttyUSB0" )