|
Re: RoboRealm NetworkTables
That was actually the reason we created the feretlevel variable. We pulled "Distance" from RoboRealm and were able to get a value for it on the dashboard. We wanted to see if we could use that value within the code, so we stored SmartDashboard::GetNumber("Distance) to feretlevel and then displayed feretlevel on the SmartDashboard. We got both of them to display the same value when we tried it, but they were still static.
|