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

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

Notifications You must be signed in to change notification settings

frc461/rowdy-15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published