2 Star 0 Fork 1

YunchengJiang/ProxQP_comparison

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.txt 943 Bytes
一键复制 编辑 原始数据 按行查看 历史
Piecewice jerk problem solved by osqp and proxqp
The optimized variables is x0, x1...xn, x0',x1'...xn',x0'',x1''...xn''.
n is the nummber of knots.
1/2 x^T H x + g^T x
s.b. l <= Aieq x <= u
For osqp_solver:
1. install osqp 0.5.0, ref https://osqp.org/docs/get_started/sources.html#build-from-sources
2. cd osqp_solver && mkdir build && cd build
3. cmake .. && make
4. ./osqp_lat_trajectory_generation
You can change weight, constraints cond, vehicle geometry params in osqp_problem_opt_progress.cpp.
For proxqp_solver:
1. install proxqp, ref https://simple-robotics.github.io/proxsuite/md_doc_5_installation.html
note: The following dependencies are required at compile time
(CMake,Eigen >= 3.0.5, C++ >= 17)
2. cd proxqp_solver && mkdir build && cd build
3. cmake .. && make
4. ./proxqp_lat_trajectory_generation
You can change weight, constraints cond, vehicle geometry params in proxqp_lat_trajectory_generation.cpp.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mikepiao/prox-qp_comparison.git
git@gitee.com:mikepiao/prox-qp_comparison.git
mikepiao
prox-qp_comparison
ProxQP_comparison
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385