Log in

View Full Version : WPILibC++ Source code


JohnGaby
03-01-2015, 22:21
Is the source code for WPILibC++ available for the new control system, and, if so, where can I find it.

Thanks.

RufflesRidge
03-01-2015, 22:24
https://usfirst.collab.net/sf/projects/wpilib/

virtuald
03-01-2015, 22:32
That requires a login to access it. A mirror of the git repo is available at https://github.com/robotpy/allwpilib also. For C++, check out the wpilibc directory.

JohnGaby
03-01-2015, 22:38
I cannot believe the speed of your replies.

Thanks much.

RufflesRidge
03-01-2015, 22:43
That requires a login to access it. A mirror of the git repo is available at https://github.com/robotpy/allwpilib also. For C++, check out the wpilibc directory.

That's not what the note on the project homepage says. I just did a clone of the repo using the clone command there.

virtuald
04-01-2015, 13:06
That's not what the note on the project homepage says. I just did a clone of the repo using the clone command there.

Good to know, I hadn't noticed that note yet.