PeterJochem / motion_planning_library

Motion Planning Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motion Planning

Library of motion planning algorithms.

Dependencies

  1. CMake
  2. Eigen3
  3. GTest

Installing Dependencies

sudo apt install libeigen3-dev=3.3.7-2
sudo apt install libgtest-dev=1.10.0-2
sudo apt install cmake=3.16.3-1ubuntu1

Building the Code

cmake -B build .
cmake --build build

Docker

...

Running the Tests

...

About

Motion Planning Library


Languages

Language:Python 59.2%Language:C++ 38.8%Language:CMake 1.7%Language:Dockerfile 0.3%