|
Re: Controls on dashboard
Use a UDP port to communicate data back to the robot. Currently, we have offboarded our vision processing to the driver's station, and have a couple of customizable controls on the dashboard.
The hardest thing is trying to encode your data into strings, because UDP Ports only accept data as a string.
Give me two hours and I will post some example code.
|