GithubHelp home page GithubHelp logo

omay-edekar / robotcode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frc1257/robotcode

0.0 1.0 0.0 1.06 MB

Nathan, Rohan and Brian's code

C++ 93.91% CMake 0.53% Shell 2.48% Arduino 3.07%

robotcode's Introduction

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>

robotcode's People

Contributors

team1257kilcullen avatar mallyar avatar arichman avatar stormsomething avatar aristochaotic avatar zbreit avatar rohanmallya avatar weinliu avatar jtan1 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.