INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
HumanInput2dJoystick
|
Joystick driver for HumanInput2d hardware interface.
Motion commands are issued by moving the joystick.
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
Alex Makarenko
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)