tmwalter98 / qubo

Robotics @ Maryland New Autonomous Underwater Vehicle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qubo

Setup Instructions

Check out our wiki to get started: https://github.com/robotics-at-maryland/qubo/wiki

Project QUBO currently only supports Ubuntu 16.04. Any other platforms may not (and probably will not) work correctly.

Compilation

First of all, install all the dependencies in the project by running the handy installation script:

bash scripts/install_dependencies.bash

source the setup script which SHOULD be at the path below, but if you put it somewhere else you'll have to find it yourself. You're going to want to add the source command to your .bashrc file or equivalent, as you'll have to source it every time

source /opt/ros/kinetic/setup.bash

We use a system called catkin as our build system. to use it cd into qubo/ and call

catkin_make

About

Robotics @ Maryland New Autonomous Underwater Vehicle

License:GNU General Public License v2.0


Languages

Language:C 81.1%Language:C++ 13.5%Language:Assembly 2.8%Language:Objective-C 1.1%Language:Makefile 0.5%Language:Python 0.4%Language:Batchfile 0.3%Language:Shell 0.1%Language:CMake 0.1%Language:Logos 0.1%Language:RPC 0.1%Language:HTML 0.0%Language:Scheme 0.0%Language:GDB 0.0%