Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Nov 14, 2023
1 parent 36d4457 commit ab8ea5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class GoalPlannerModule : public SceneModuleInterface
*
* +--------------------------+
* | RUNNING |
* | plnaPullOverAsCandidate()|
* | planPullOverAsCandidate()|
* +------------+-------------+
* | hasDecidedPath()
* 2 v
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ void GoalPlannerModule::updateData()

generateGoalCandidates();

// Only after the path is decided, approval is allowed and Activated.
// Only after the path is decided, approval is allowed and the module is Activated.
// The path index is not incremented until after deciding the path.
// So return here,
if (!isActivated()) {
Expand Down Expand Up @@ -1129,7 +1129,7 @@ PathWithLaneId GoalPlannerModule::generateStopPath() const
return reference_path;
}

// if already passed the decle pose, set pull_over_velocity to reference_path.
// if already passed the decel pose, set pull_over_velocity to reference_path.
const auto min_decel_distance = calcFeasibleDecelDistance(
planner_data_, parameters_->maximum_deceleration, parameters_->maximum_jerk,
pull_over_velocity);
Expand Down

0 comments on commit ab8ea5c

Please sign in to comment.