Skip to content

Commit

Permalink
feat(behavior_velocity_planner): clean walkway module (#2480)
Browse files Browse the repository at this point in the history
Signed-off-by: yutaka <[email protected]>

Signed-off-by: yutaka <[email protected]>
  • Loading branch information
purewater0901 authored Dec 9, 2022
1 parent d3b86a3 commit d493905
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ bool WalkwayModule::modifyPathVelocity(PathWithLaneId * path, StopReason * stop_
if (planner_data_->isVehicleStopped()) {
state_ = State::SURPASSED;
}
} else if (state_ == State::SURPASSED) {
}

return true;
Expand Down

0 comments on commit d493905

Please sign in to comment.