Difference between revisions of "User:Srunyon"
From Immersive Visualization Lab Wiki
(→Starting Joystick) |
(→Starting Joystick) |
||
Line 3: | Line 3: | ||
==Starting Joystick== | ==Starting Joystick== | ||
* Joystick is plugged into USB port. | * Joystick is plugged into USB port. | ||
+ | **wtf | ||
* Open Terminal window. Note: CalVR and VRPN for joystick tracking will be run in separate terminal windows. | * Open Terminal window. Note: CalVR and VRPN for joystick tracking will be run in separate terminal windows. | ||
* Navigate to directory containing Joystick tracking executable. | * Navigate to directory containing Joystick tracking executable. | ||
Line 10: | Line 11: | ||
./libusb_general_server | ./libusb_general_server | ||
− | * * If the output from the terminal indicates that the "vrpn.xml" configuration file was not found, use the following command: | + | ** If the output from the terminal indicates that the "vrpn.xml" configuration file was not found, use the following command: |
./libusb_general_server XXX | ./libusb_general_server XXX | ||
Where "XXX" is the absolute path to the "vrpn.xml" configuration file. | Where "XXX" is the absolute path to the "vrpn.xml" configuration file. |
Revision as of 09:49, 3 December 2013
Contents |
Starting Joystick
- Joystick is plugged into USB port.
- wtf
- Open Terminal window. Note: CalVR and VRPN for joystick tracking will be run in separate terminal windows.
- Navigate to directory containing Joystick tracking executable.
cd /home/neuro/CalVR/bin
- The "vrpn.xml" configuration file should already be in this directory, but if not, the most up to date file location is: "/home/neuro/CalVR/applications/vrpn_libusb_general/vrpn.xml"
- Type the following command into the terminal
./libusb_general_server
- If the output from the terminal indicates that the "vrpn.xml" configuration file was not found, use the following command:
./libusb_general_server XXX
Where "XXX" is the absolute path to the "vrpn.xml" configuration file.
- * If
Troubleshooting
- To confirm that the Joystick is plugged in to the head node, open a terminal and type in the command
lsusb
and hit enter.
You should see
Logitech, Inc. ATK3 (Attack III Joystick)
among the listed USB devices.