Skip to content

Commit

Permalink
Update planning/behavior_velocity_no_stopping_area_module/src/scene_n…
Browse files Browse the repository at this point in the history
…o_stopping_area.cpp
  • Loading branch information
shmpwk authored and kosuke55 committed Jun 11, 2024
1 parent e14fe17 commit 97ac113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ bool NoStoppingAreaModule::checkStopLinesInNoStoppingArea(
const double stop_vel = std::numeric_limits<float>::min();

// if the detected stop point is near goal, it's ignored.
const double close_to_goal_distance = 1.0;
static constexpr double close_to_goal_distance = 1.0;

// stuck points by stop line
for (size_t i = 0; i < path.points.size() - 1; ++i) {
Expand Down

0 comments on commit 97ac113

Please sign in to comment.