Quote:
Originally Posted by cgmv123
The theory is that the dashboard code would do the vision processing and send the code to the cRIO. Again, I defer to other threads on the vision tracking subject.
|
Alright, assuming I use the dashboard for vision processing, how would i
receive it within the cRIO code ? (C++) I haven't seen any function to do such a thing in the WPILib reference..
EDIT: I've found this class called
SmartDashboard and this class called
Dashboard.
It specifies some functions, which, if i understand correctly, are used to Get and Put data from and to the Dashboard.
Are there any examples for the usage of this Class? I think the info on the WPILib reference is insufficient..