代码拉取完成,页面将自动刷新
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.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。