|
GRIP C++ issues
Hi everyone, my team has gotten GRIP to work running on the driver station laptop to the point that we are getting values in the Network Tables Outline Viewer. I tried using the code on WPIlib screensteps, but it didn't work. We did a little experimentation, and we found out that the size of any vector/array we access (area, centerX, etc.) has a size of zero, even if there are values in Outline Viewer. We were wondering if anyone has had this same problem, and if anyone knows how to fix it. Thank you for any help!
Edit: After some testing, I found that I can access the sub-table "myContoursReport", but I can't access any of the keys in the subtable.
Last edited by CurlyFries : 16-02-2016 at 17:23.
|