We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56239b0 commit 7e082b6Copy full SHA for 7e082b6
planning/behavior_path_start_planner_module/src/start_planner_module.cpp
@@ -317,7 +317,7 @@ bool StartPlannerModule::isPreventingRearVehicleFromCrossing() const
317
return -calc_right_lateral_offset(boundary_line, search_pose);
318
};
319
320
- // Get the ego's overhang point closest to the centerline path and the gap between said point an
+ // Get the ego's overhang point closest to the centerline path and the gap between said point and
321
// the lane's border.
322
const auto local_vehicle_footprint = vehicle_info_.createFootprint();
323
const auto vehicle_footprint =
0 commit comments