Quote:
Originally Posted by yash101
I did look at the pyNewtorkTables GitHub but I couldn't understand what was really happening. Can I compile it and run include it in my OpenCV program?
|
Yes, you can extract the pieces that you need and compile them all together.
pynetworktables is a python program, and setup.py dictates what files are compiled and how they go together. However, if you use the source code that I linked to above, and compile it all together, you should end up with something that will be usable from C++. It may not be pretty, but currently nobody provides an easy way to build NetworkTables from C++.