Hello. I’m completely new to Roborealm, but I know my way around the WPI Java stuff. I’m having a hard time understanding the Roborealm tutorial. I have the given sequence of modules given here :http://www.roborealm.com/FRC2013/slide060.php
However, when I try to use Network Tables, I can’t seem to find the option to send the distance variables or have anything with “SmartDashboard” show up as it has it here: http://www.roborealm.com/help/Network_Tables.php
My end goal is to have Roborealm process the image in order to send over the distance variable to the cRIO for shooting processing.
Also, what would I use the SmartDashboard to do with the camera. I’m also having trouble getting the camera image showing up on the Driver Station.
The left is what exists in the network tables system, and the right is what exists in RoboRealm. So, yes, if you are using Java to access the network tables system then that would be the variable that you need to query i.e. /SmartDashboard/Distance. The reason for the /SmartDashboard/ prefix is so that it also shows up in the SmartDashboard app which uses that prefix as its namespace.