|
Re: GRIP and NetworkTables settings for use with a co-processor
This may be a long shot, but the "myContoursReport" name is entered into GRIP manually, correct? Any chance there's a leading or trailing space in there by accident? (it wouldn't show up in outline viewer since it's whitespace)
You could also try adding a subtable listener on the "GRIP" table and/or a table listener on the "GRIP/myContoursReport" table and printing what it's called with (see NetworkTable.addSubTableListener() and addTableListener() ).
Edit: nevermind, you got it.. but this is another debug step for anyone else who might be having this issue.
__________________
Author of cscore - WPILib CameraServer for 2017+
Author of ntcore - WPILib NetworkTables for 2016+
Creator of RobotPy - Python for FRC
2010 FRC World Champions ( 294, 67, 177)
2007 FTC World Champions (30, 74, 23)
2001 FRC National Champions (71, 294, 125, 365, 279)
|