We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982b5c9 commit c25a8a1Copy full SHA for c25a8a1
planning/behavior_velocity_planner/src/node.cpp
@@ -311,6 +311,7 @@ void BehaviorVelocityPlannerNode::onParam()
311
// lock(mutex_);
312
planner_data_.velocity_smoother_ =
313
std::make_unique<motion_velocity_smoother::AnalyticalJerkConstrainedSmoother>(*this);
314
+ planner_data_.velocity_smoother_->setWheelBase(planner_data_.vehicle_info_.wheel_base_m);
315
}
316
317
void BehaviorVelocityPlannerNode::onLaneletMap(
0 commit comments