Skip to content

rbmj/612-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed3bce5 · Mar 27, 2014
Nov 2, 2012
May 9, 2012
Jan 6, 2013
Feb 12, 2012
Nov 2, 2012
Feb 20, 2012
Mar 3, 2013
Dec 18, 2011
Feb 21, 2012
May 8, 2012
May 8, 2012
Mar 30, 2012
Mar 8, 2012
Mar 9, 2012
Mar 9, 2012
Oct 24, 2012
Oct 24, 2012
Oct 24, 2012
Oct 24, 2012
Feb 16, 2012
Feb 16, 2012
Feb 21, 2012
Oct 2, 2012
Mar 9, 2012
Feb 21, 2012
Dec 19, 2012
Mar 14, 2012
Mar 30, 2012
Mar 9, 2012
Jan 6, 2013
Mar 8, 2012
Jan 6, 2013
Jan 6, 2013
Nov 2, 2012
Oct 24, 2012
Mar 8, 2012
Feb 21, 2012
Feb 21, 2012
Mar 9, 2012
Feb 14, 2012
Oct 24, 2012
Oct 24, 2012
May 9, 2012
Mar 9, 2012
May 9, 2012
Mar 30, 2012
Oct 24, 2012
Oct 24, 2012
Oct 24, 2012
Oct 24, 2012
Oct 24, 2012
Oct 24, 2012
Jan 14, 2012
Feb 11, 2012
Feb 8, 2012
Feb 18, 2012
Mar 9, 2012
Mar 8, 2012
Mar 27, 2014
Oct 2, 2012
Mar 30, 2012
Mar 29, 2012
Oct 24, 2012
Oct 24, 2012
Oct 24, 2012
Oct 24, 2012

Repository files navigation

Chantilly Robotics Code for 2012 FRC Challenge

This project contains all of FIRST Team 612 Chantilly Robotics' code for the 2012 FRC Challenge.

Usage

For now, this project assumes that you already have ucpp installed and configured for your system. The build process is as follows:

$ ucpp init               #run once
$ ucpp configure          #run each time the files in the project have changed
$ make                    #compile and link all code (debug)
$ make DEBUG_MODE=0       #compile and link all code (release)
$ make deploy             #deploy code to robot

For more information regarding ucpp, see 'ucpp.rst'.

Configuring

  • When imaging it is necessary to select the option for WindRiver C++, and please enable NetConsole (except for in perhaps release builds).
  • Remember that the cRIO runs an ftp server that allows anonymous ftp access.
  • The robot needs to be imaged with version 43 of the firmware to be legal.

License

All code in this project is licensed under the ISC License (see 'LICENSE.rst') and is Copyright © 2012 Chantilly Robotics unless otherwise noted.

Contributors

A full list of contributors is in 'AUTHORS.rst'.

Thanks

Thanks go out to nikitakit and all the other developers of the ucpp project. Thanks to github for providing hosting of our code. And finally, a big thanks to the entire organization of FIRST.