View Single Post
  #3   Spotlight this post!  
Unread 09-01-2017, 09:47
AustinShalit's Avatar
AustinShalit AustinShalit is offline
Registered User
AKA: אוסטין
no team (WPILib Suite Developer)
 
Join Date: Dec 2013
Rookie Year: 2008
Location: Los Angeles/Worcester/Israel
Posts: 150
AustinShalit is a glorious beacon of lightAustinShalit is a glorious beacon of lightAustinShalit is a glorious beacon of lightAustinShalit is a glorious beacon of lightAustinShalit is a glorious beacon of lightAustinShalit is a glorious beacon of light
Re: Robot will not drive when using UDP in autonomous

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
__________________
Reply With Quote