From the documentation for DatagramSocket.receive():
Quote:
|
This method blocks until a datagram is received.
|
This means it will wait for information from the beaglebone before continuing with your user program. This waiting causes the motors to not be updated fast enough. I see two options to solve this:
We have a NetworkTables build for the beaglebone on the WPILib maven server (armhf):
http://first.wpi.edu/FRC/roborio/mav...NetworkTables/
Take a look at this document for more information:
http://wpilib.screenstepslive.com/s/...client-pc-side