Quote:
Originally Posted by TheModMaster8
Hopefully the last time i need help. everything runs fine but when it connects this is the error i get
Code:
Loading: net.java.games.input.OSXEnvironmentPlugin
Using joystick: Xbox One Controller
Found NXT: Tim fork 0016530A7EAE
Connected to NXT: Tim fork@0016530A7EAE
Connection to NXT timed out.
Any clue as to what is going on ?
|
Are you running the code on the robot that responds to the requests from the computer? This error means that the program on your computer sent a request to the robot and the robot did not respond.
You have to start the program on the robot before starting the program on the computer. I might add the ability to cleanly connect, disconnect and reconnect (like the FRC system), but it doesn't have that capability at the moment.