|
Re: Talk to rpi from crio
My question is, Why would you need to? For most vision processing configurations, the Raspberry Pi would talk directly with the camera, then send data to the cRIO one-way.
If you must go the other way, I would recommend the NetworkTables as well. Otherwise, a simple udp server and client should do it for C++.
|