View Single Post
  #5   Spotlight this post!  
Unread 09-01-2017, 13:20
ProfessorAlekM ProfessorAlekM is offline
Registered User
FRC #6190
 
Join Date: Jan 2016
Location: Canton, Michigan
Posts: 33
ProfessorAlekM has a little shameless behaviour in the past
Re: Robot will not drive when using UDP in autonomous

As it turns out, the string being sent was not just a single letter, It was a single letter with another 1023 filler characters. When I made it split up the string based on spaces the switch function worked.

Also thank you for the networking table content, I will look into setting up a seperate thread because the robot "jitters" and moves a tiny bit every time a udp packet is received!
Reply With Quote