Skip to content

Documentation of Olin's Ground Robotic Autonomous Vehicle Lab

License

Notifications You must be signed in to change notification settings

olinrobotics/gravl

Repository files navigation

Overview

This ros package contains base code to run GRAVL's autonomous Kubota tractor.
For current documentation see the wiki.

Build Status

Build Status

Quick setup

  • Install ROS
  • cd <your_catkin_ws>/src>
  • Clone this project: git clone https://github.com/olinrobotics/gravl.git
  • Navigate to gravl directory cd <your_catkin_ws/src/gravl>
  • Install dependencies pt1: sudo ./setup.bash
  • Navigate back to the catkin works pace root: cd ..
  • Install dependencies: rosdep install -iry --from-paths src
  • Build the platform: catkin_make
  • Run various routines outlined in the wiki

Dependencies

Usage