We’ve set our robot to use a single joystick drive, planning to use a seperate joystick (manned by a second operator) to operate our claw/arm/etc… The problem is that the robot doesn’t seem to be getting feed from the second joystick.
Do we need to initialize this second joystick somehow, because I don’t remember initializing the first one to begin with. (The terminal window that opens after using the IFI Loader only shows the inputs from p1_y, p1_x, p1_trig, and p1_top)
The printout in the terminal is only an example. The values for the second joystick are available in the variables that you might expect (p2_x, p2_y, etc.). You just don’t happen to be printing them out.