frc461 / rowdy-15

This is the code for Rowdy 15, our robot for the 2013-2014 season.
0 stars 0 forks source link

rowdy-15

This is the code for Rowdy 15, our robot for the 2013-2014 season.

ucpp Setup

If you want to deploy this code to your robot using ucpp, first ensure that you have ucpp installed on your system.

Once you have verified that your installation is good, clone the repository and change into the directory that it was cloned into. The rest of these instructions assume that you are in that directory.

Next, run the following commands:

# Initializes the ucpp tree
$ ucpp init

# Generates a makefile for the project
$ ucpp configure

# Compiles the project
$ make

# Deploys the code to the robot
$ make deploy