orca-robotics INTRODUCTION Overview Download and Install Documentation REPOSITORY Interfaces Drivers Libraries Utilities Software Map DEVELOPER Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
HumanInput2dJoystickJoystick driver for HumanInput2d hardware interface.
More... |
Note that the meaning of "forward motion" and "turn" may be interpreted differently depending on which type of device we are controlling.
Joystick.Device
(string)
lsmod
and add module with modprobe
. This Orca driver has only been tested with kernel >=2.6.12.
$ cat /proc/bus/input/devices
/dev/input/event*
(note that these permissions may get over-written on reboot.) # chmod 666 /dev/input/event*
# mknod c event0 13 64 # mknod c event1 13 65 # mknod c event2 13 66 # mknod c event3 13 67
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)