Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team612/612-2012
Chantilly Robotics Code for 2012 FRC Challenge [Robot: Suzie]
https://github.com/team612/612-2012
Last synced: about 9 hours ago
JSON representation
Chantilly Robotics Code for 2012 FRC Challenge [Robot: Suzie]
- Host: GitHub
- URL: https://github.com/team612/612-2012
- Owner: Team612
- License: other
- Created: 2013-12-06T18:30:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T18:33:00.000Z (about 11 years ago)
- Last Synced: 2024-11-10T16:12:48.305Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
----------------------------------------------
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 robotFor 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 |c| 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_... _`FIRST Team 612 Chantilly Robotics`: http://www.chantillyrobotics.org/
.. _ucpp: https://github.com/nikitakit/ucpp
.. _github: https://github.com/
.. _FIRST: http://usfirst.org/
.. |c| unicode:: 0xA9 .. (Copyright (c) Sign)