Log in

View Full Version : RobotPy 2013.1 Released


virtuald
15-01-2013, 09:36
Peter hasn't put an announcement here, so I figured I'd mention it. You can find the release at FirstForge here: http://firstforge.wpi.edu/sf/frs/do/listReleases/projects.robotpy/frs.robotpy

tkbletsc
16-01-2013, 12:25
How does this differ from the github version of Robot.py here: https://github.com/robotpy/robotpy?

The directory structures don't really line up, but most of the code that does is identical (except for linebreaks)?

virtuald
16-01-2013, 12:46
The code on github is the source code for RobotPy, if you want to compile it yourself. The file on FirstForge is a zipfile that contains the built components after compilation, along with some utility files and such.

Basically, if you want to build it yourself and/or make changes, use github. If you just want to use RobotPy and install it quickly, use the precompiled binaries from FirstForge.