|
Re: initializing multiple joysticks
The framework code does it the recommended way. It opens a joystick in begin, stores it with a name, and then teleop and other location can do a name lookup. This was introduced a few years ago and is used extensively to cut down on the number of parameters that need to be added. I'd recommend going through the sample code and adding your second joystick and getting that to work.
Greg Mckaskle
|