Skip to content

Commit

Permalink
fix(avoidance): remove stop reason (autowarefoundation#9364)
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 882af41 commit badf8ca
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,6 @@ void StaticObstacleAvoidanceModule::updateEgoBehavior(

insertReturnDeadLine(isBestEffort(parameters_->policy_deceleration), path);

setStopReason(StopReason::AVOIDANCE, path.path);

setVelocityFactor(path.path);
}

Expand Down

0 comments on commit badf8ca

Please sign in to comment.