更新了基于 C++/Matlab casADi 求解待路径约束的轨迹优化,可以求解不等式约束。有需要的切换到casADi分支。
The code for this branch is simply an implementation of both end boundary constraints, and you cannot add inequality path constraints, now branch casADi can add all constraints using the direct collocation method, suggesting code that uses the CasADi branch if needed.
sprialsTrajactory is a C++ trajectory generation library for autonomous vehicle motion planning based on project PolyTraj. Given a start pose and an end pose, spiralsTrajactory will generate a C2 continuous path connecting the two poses. This project is more accurate and stable than project PolyTraj.
Reference papers
Reference blog
- Install Eigen.
- Install gnuplot (If you don't need to display path results, you can comment out the plot code.)
rongmin liang CSDN