PresidentNick / cs378_starter

Starter code for CS378 Autonomous Driving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs378_starter

Using this Repo

You will be using a fork of this repo for all development in the class. This repo provides starter code for the ROS subscriptions, publishers and control loops you will be using.

Fork the Repo

  1. Make sure you're logged into your GitHub account.
  2. Click the Fork button on the upper right-hand side of this page.

Clone and Build

  1. mkdir projects
  2. cd projects
  3. git clone <this repository url> (found in the upper right)
  4. cd <cloned_repo>
  5. make -j

About

Starter code for CS378 Autonomous Driving


Languages

Language:C++ 97.7%Language:CMake 1.3%Language:Makefile 1.0%Language:Lua 0.0%