UofSSpaceTeam / rover-processes

Miscellaneous software for the rover.
0 stars 2 forks source link

Joystick process doesn't work on windows #20

Closed ottopasuuna closed 6 years ago

ottopasuuna commented 6 years ago

Probably just an axes index issue.

Install pygame: https://www.pygame.org/wiki/GettingStarted#Windows%20installation Run the example program here: https://www.pygame.org/docs/ref/joystick.html And see what axes numbers do what. Then we can modify JoystickProcess.py to check the operating system and change controller mappings accordingly.