Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

FRC1257/robotcode

Repository files navigation

robotcode

Nathan, Rohan and Brian's code

2014-frcmake

Version we all wrote together to be the standard, official code for competition. build on frcmake after the WindRiver license expires.
NOTE ABOUT FRCMAKE: Use the shell script in the root directory of the repo to install the frc c++11 toolchain and frcmake on linux:

sudo ./gcc-vxworks-install-debubuntu

You can then go into 2014-frcmake and run:

# create makefiles
frcmake
# build
make
# push code
make deploy

2014-ucpp

Version we all wrote together to be the standard, official code for competition. build on ucpp after the WindRiver license expires.
NOTE ABOUT UCPP: to install UCPP, first download it by cloning:

git clone https://github.com/nikitakit/ucpp.git

or download it as a zip at https://github.com/nikitakit/ucpp/archive/master.zip. To install, put the ucpp files somewhere you won't delete them, then add it to you path:

export PATH=/path/to/ucpp:$PATH

to set it up, use

ucpp setup -t1257

to initialize the project, use

ucpp init
# configure the project once you've made it:
ucpp configure

To build:

make
make deploy

(2014)<Name>

Version worked on by <Name>

About

FRC Team 1257 Main Robot Code Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors