We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6322d53 commit aa5118cCopy full SHA for aa5118c
planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module/src/scene_crosswalk.cpp
@@ -382,7 +382,6 @@ std::optional<StopFactor> CrosswalkModule::checkStopForCrosswalkUsers(
382
// Check if ego moves forward enough to ignore yield.
383
const auto & p = planner_param_;
384
if (!path_intersects.empty()) {
385
- const double base_link2front = planner_data_->vehicle_info_.max_longitudinal_offset_m;
386
const double dist_ego2crosswalk =
387
calcSignedArcLength(ego_path.points, ego_pos, path_intersects.front());
388
const auto braking_distance_opt =
0 commit comments