udacity / RoboND-MinkowskiSum

Minkowski Sum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity - Robotics NanoDegree Program

RoboND-MinkowskiSum

Inflate any obstacle and generate its configuration space using the Minkowski Sum.

Example

Generating the configuration space of the blue Robot and red Obstacle alt text

Compiling

$ cd ~
$ git clone https://github.com/karimchamaa/RoboND-MinkowskiSum
$ cd RoboND-MinkowskiSum/
$ mkdir build/
$ cd src/
$ g++ minkowski_sum.cpp -o ../build/app -std=c++11 -I/usr/include/python2.7 -lpython2.7

Running

$ ../build/app

Ignore the matplotlib error

Generated Configuration Space

This program will first translate the blue robot position to the red obstacle, generate the green configuration space of the blue robot and red obstacle, and translate it to the red obstacle position as follows: alt text

About

Minkowski Sum

License:MIT License


Languages

Language:C++ 100.0%