RobotPy Eclipse Plugins Available
These are still beta-quality plugins, but we used them this weekend without any problems. Try it out and let me know what you think. Usage instructions are on the README.
These are still beta-quality plugins, but we used them this weekend without any problems. Try it out and let me know what you think. Usage instructions are on the README.
This is a minor bugfix release of RobotPy, and is an optional upgrade for teams using RobotPy.
See all changes on github. You can download the latest release from github, or use the installer to upgrade your current installation of RobotPy.
This is a minor bugfix release of RobotPy, and is an optional upgrade for teams using RobotPy.
See all changes on github. You can download the latest release from github, or use the installer to upgrade your current installation of RobotPy.
This is a minor bugfix release of RobotPy, and is an optional upgrade for teams using RobotPy.
See all changes on github. You can download the latest release from github, or use the installer to upgrade your current installation of RobotPy.
If you used pyfrc 2015.0.x and uploaded code to your robot there was a critical bug that may prevent your robot from running robot programs (affects python and Java). To fix this, please upgrade pyfrc to the latest version, and run the following command:
Windows: py -m pyfrc.robotpy.fixbug
Linux/OSX: python3 -m pyfrc.robotpy.fixbug
Additionally, if you upgrade pyfrc, any future code deploys will check for this bug and repair it if found.
If you want to fix this manually, you can ssh in as admin, and execute rm /var/local/natinst/log/FRC_UserProgram.log
.
We apologize for any inconvenience. More information can be found at https://github.com/robotpy/pyfrc/issues/14.