WEMarsSoftware / MissionControl

A custom Java command centre for the Western Engineering Mars Rover Team.
https://wemars.org/wemars/
MIT License
0 stars 0 forks source link

Adding HTTP manager and joystick template functions #23

Closed joshkarbi closed 5 years ago

joshkarbi commented 5 years ago

HTTP is done.

Joystick will need to be tested with a joystick plugged into someones laptop since the JInput library identifies the x/y axes and buttons by string identifiers evaluated at runtime (ie. something like "AXIS.POS"). After we know these all other methods can be implemented.