apollo/modules/planning/planning_base/gflags
/planning_gflags.cc
// Lattice Evaluate Parameters
DEFINE_double(weight_lon_objective, 10.0, "Weight of longitudinal travel cost");
DEFINE_double(weight_lon_jerk, 1.0, "Weight of longitudinal jerk cost");
DEFINE_double(weight_lon_collision, 5.0,
"Weight of longitudinal collision cost");
DEFINE_double(weight_lat_offset, 2.0, "Weight of lateral offset cost");
DEFINE_double(weight_lat_comfort, 10.0, "Weight of lateral comfort cost");
DEFINE_double(weight_centripetal_acceleration, 1.5,
"Weight of centripetal acceleration");
DEFINE_double(cost_non_priority_reference_line, 5.0,
"The cost of planning on non-priority reference line.");
DEFINE_double(weight_same_side_

最低0.47元/天 解锁文章
455

被折叠的 条评论
为什么被折叠?



