Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
  • Loading branch information
TomohitoAndo committed Jun 9, 2022
1 parent d45e71d commit 26a63fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ bool RunOutModule::modifyPathVelocity(
const auto current_acc = planner_data_->current_accel.get();
const auto & current_pose = planner_data_->current_pose.pose;

// smooth velocity of the path to calcute time to collision accurately
// smooth velocity of the path to calculate time to collision accurately
PathWithLaneId smoothed_path;
if (!smoothPath(*path, smoothed_path, planner_data_)) {
return true;
Expand Down

0 comments on commit 26a63fd

Please sign in to comment.