Quote:
Originally Posted by origamitaco
OK but why would it continue to return a static number repeatedly? And the FRC documentation says I can run it on the laptop. However the documentation hasn't exactly been correct so far BECAUSE THIS IS SO FRUSTRATING sorry I'm fine I swear.
|
You can use outline viewer to run a server on your laptop, but this is only useful when testing something that doesn't involve the roboRIO (ie: testing GRIP without a robot). If the roboRIO is part of the picture at all, it's probably running the networktables server.
I'm not sure why it would return a static number. It's possible that you got it deployed once and it put a number in NetworkTables, and now every time you run it's getting that same number back. Fixing the networktables server address should fix this