brychanrobot / orrt-star-cpp

A library for ORRT* and OFMT* for use with or without ros.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orrt-star-ros

Install the following dependencies in Ubuntu 16.04

sudo apt install libboost-all-dev libglfw3-dev mesa-common-dev freeglut3-dev

This uses submodules, so you will need to clone them. There are two ways to do this.

If you already clone run.

git submodule init
git submodule update

If you haven't clone yet use the --recursive option when you clone

About

A library for ORRT* and OFMT* for use with or without ros.

License:MIT License


Languages

Language:C++ 90.7%Language:Python 9.3%