roboteq
[Drivers]
Collaboration diagram for roboteq:
- Compile-time dependencies
- none
- Provides
- Requires
- None
- Configuration requests
- none
- Configuration file options
- devicepath (string)
- Default: none
- The serial port to be used.
- baud (integer)
- Default: 9600
- The baud rate to be used.
- max_rot_spd (float)
- Default: none
- maximum rotational speed (in rad/sec) that would be achieved by vehicle if full power where applied to that channel.
- max_trans_spd (float)
- Default: none
- maximum translational speed (in meters/sec) that would be achieved by vehicle if full power where applied to that channel.
- Example
driver ( name "roboteq" provides ["position2d:0"] devicepath "/dev/ttyS0" max_trans_spd 6.0 max_rot_spd 4.0 )