|
Using C++ network tables on Jetson TK1/TX1 (preferably tx1)
We are trying to use Network Tables in C++ on our Jetson board (which has the Nvidia modified Ubuntu 14.04 ARM OS). We built ntcore's (the Network Tables' library name) source code from GitHub and it did not work. Upon building a bunch of resolving errors in the headers of the network tables code, which most of relate to things scoped in std, which leads us to suspect that the ntcore code on GitHub only works on the Windows OS.
We would be happy if anyone could help us finding an implementation of Network Tables for C++ for the Jetson TK1 and TX1.
|