-
What do you think about using a networktables implementation for data transfer? This would make it exceedingly cross-platform, as well as useful when not using it as a simulator. We could either use s…
-
-
Last year we stored constants in a text file on the robot, which would be accessed through FTP. We want to have a better system that utilizes NetworkTables and perhaps the RobotRIO web interface as we…
dkess updated
9 years ago
-
[Here is a link](http://ironriders.org/wp-content/uploads/2015/01/Capture.png) to an image showing the error.
3 errors
- The project cannot be built until build path errors are resolved
- Unbound cla…
-
Currently you cannot use robotbase without networktables installed, or it throws an error when it tries to initialize it. Perhaps it should detect this and avoid using it if it is missing.
-
Not sure if it's not, but something to think about. This would make it a useful library for anyone using it from the driver station who couldn't use python3 (for example, if you wrote your UI using Py…
-
Don't want to crash the NetworkTables thread. Use logging.exception() to send the error to the logger, once https://github.com/frc1418/robotpy-2015/issues/16 has been implemented.
-
I'm trying to install robotpy and everything seems to be working up until it asks for the username and password. I enter the username and password for our roborio and then "Log in with your NI-Auth cr…
-
At some point (after we create some tests for it) we should work on making this NetworkTables implementation better. Things like not writing a single byte to the socket at a time. Maybe batching write…
-
When I tried to install wpilib into a virtualenv with pip, I received a lovely error:
```
Unpacking /home/christian/PycharmProjects/robotpy-2015/wpilib
Running setup.py egg_info for package from fi…