Im working on a project using old Mindstorm NXTs. These are lego robots. They are super old, so all support and software for them is absolutely ancient. I have finally got them working though!
Because of their age, I am stuck using Java 1.8. My environment is Eclipse Photon Release (4.8.0). I have successfully Installed LeJOS NXJ on the mindstorms machine, and have already written programs for them.
I am trying to control my robot with preferably an Xbox One controller. I need help figuring out what libraries I can use to do this. I think Jinput has been around long enough but Im having trouble tracking down older versions.
My plan is to run the controller software on the computer, and connect to the robot via bluetooth. THe robot will recieve intepreted inputs via a data stream- so the robot does not need to do any of the controller handling. If it can though, thatd be super cool.
Any help is appreciated, thanks!