cagik / trajectoryOpt

this code is based on path_optimizer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trajectoryOpt

this code is based on https://github.com/cagik/path_Optimizer

there is a new corridor-building method and new collision-avoidence constraints. And we can solve the NLP quickly.

how to run

git clone https://github.com/cagik/trajectoryOpt.git
cd trajectoryOpt/bin
cmake ..
make
./cartesianPlanner_demo

visualization

python Scene.py

About

this code is based on path_optimizer.


Languages

Language:C++ 83.4%Language:Python 16.2%Language:CMake 0.4%