Skip to content

Commit

Permalink
fix(goal_planner): fix typo (autowarefoundation#8763)
Browse files Browse the repository at this point in the history
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
rej55 authored Sep 5, 2024
1 parent 959fddf commit 47214da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ void GoalPlannerModule::updateData()
{
universe_utils::ScopedTimeTrack st(__func__, *time_keeper_);

// extract static and dynamic objects in extraction polygon for path coliision check
// extract static and dynamic objects in extraction polygon for path collision check
{
const auto & p = parameters_;
const auto & rh = *(planner_data_->route_handler);
Expand Down

0 comments on commit 47214da

Please sign in to comment.