Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 685 Bytes

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