We are going to try to offload our vision code to relieve some stress on the cRIO (getting the all too familiar “Robot Drive not running fast enough” error already). We have our application set how we want it to be, but I can’t figure out how to send that last variable (the target info) back to the robot where we can call it from there. Is it possible to send just that back to the robot? Or does it have to go even further than that?
Sending data via UDP from the Dashboard to the Robot is simple.
Thanks, I’ll have to look into that UDP send and receive code…