提交 87b231c2 编写于 作者: J Jilin Zhou 提交者: liuxu

[#11584] dddx_bound is set twice for PiecewiseJerkPathOptimizer

- fixes #11584
上级 0fbdbe8e
......@@ -278,7 +278,6 @@ bool PiecewiseJerkPathOptimizer::OptimizePath(
piecewise_jerk_problem.set_dx_bounds(-FLAGS_lateral_derivative_bound_default,
FLAGS_lateral_derivative_bound_default);
piecewise_jerk_problem.set_ddx_bounds(ddl_bounds);
piecewise_jerk_problem.set_dddx_bound(FLAGS_lateral_jerk_bound);
// Estimate lat_acc and jerk boundary from vehicle_params
const auto& veh_param =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册