Skip to content

robotics-at-maryland/qubo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

732970b · Feb 19, 2020
Feb 19, 2020
Oct 12, 2019
Mar 22, 2018
Sep 19, 2019
Oct 12, 2019
Jun 25, 2016
Nov 2, 2017
Jul 8, 2019
Sep 27, 2017
Jun 21, 2017
Aug 4, 2017

Repository files navigation

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