olinrobotics / gravl

Documentation of Olin's Ground Robotic Autonomous Vehicle Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Documentation of Olin's Ground Robotic Autonomous Vehicle Lab

License:MIT License


Languages

Language:C 56.6%Language:Python 20.0%Language:C++ 19.3%Language:CMake 3.1%Language:Dockerfile 0.7%Language:Shell 0.3%Language:Makefile 0.1%