Erratic platform driver. More...

Erratic platform driver.

This driver talks to the embedded computer in the Erratic robot, which mediates communication to the devices of the robot.

Compile-time dependencies
Provides

The erratic driver provides the following device interfaces, some of them named:

Supported configuration requests
Configuration file options
Example
driver
(
  name "erratic"
  plugin "erratic"

  provides [ "position2d:0"
             "power:0"
             "sonar:0"
             "aio:0"
             "ir:0"
             "ptz:0"
             "ptz:1" ]

  port "/dev/erratic"

  max_trans_vel 3
  max_rot_vel 720

  trans_acc 1
  rot_acc 200

  direct_wheel_vel_control 0
)
Author
Joakim Arfvidsson, Brian Gerkey, Kasper Stoy, James McKenna