Skip to content

Commit

Permalink
Update planning/behavior_velocity_traffic_light_module/src/scene.cpp
Browse files Browse the repository at this point in the history
fix spelling

Co-authored-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
yuki-takagi-66 and rej55 authored Oct 25, 2023
1 parent 3e7f272 commit 238a3ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ bool TrafficLightModule::updateTrafficSignal()
}

bool TrafficLightModule::isPassthrough(
const double & signed_arc_length) const // unused in the V2I temporary implimentation
const double & signed_arc_length) const // unused in the V2I temporary imprementation
{
const double max_acc = planner_data_->max_stop_acceleration_threshold;
const double max_jerk = planner_data_->max_stop_jerk_threshold;
Expand Down

0 comments on commit 238a3ad

Please sign in to comment.