Skip to content

Commit

Permalink
fix(goal_planner): remove stop reason (#9365)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Nov 25, 2024
1 parent 341ea15 commit 882af41
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1489,8 +1489,6 @@ void GoalPlannerModule::postProcess()
{distance_to_path_change.first, distance_to_path_change.second},
has_decided_path ? SteeringFactor::TURNING : SteeringFactor::APPROACHING);

setStopReason(StopReason::GOAL_PLANNER, pull_over_path.full_path());

setVelocityFactor(pull_over_path.full_path());

context_data_ = std::nullopt;
Expand Down

0 comments on commit 882af41

Please sign in to comment.