Skip to content

Commit

Permalink
revert(avoidance): reset rtc status in yield status (autowarefoundati…
Browse files Browse the repository at this point in the history
…on#3798) (#608)

Revert "fix(avoidance): reset rtc status in yield status (autowarefoundation#3798)"

This reverts commit 65a5065.
  • Loading branch information
kosuke55 committed Jun 22, 2023
1 parent 513333c commit f07ddbc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,7 @@ void AvoidanceModule::updateEgoBehavior(const AvoidancePlanningData & data, Shif
case AvoidanceState::YIELD: {
insertYieldVelocity(path);
insertWaitPoint(parameters_->use_constraints_for_decel, path);
initRTCStatus();
unlockNewModuleLaunch();
removeRegisteredShiftLines();
break;
}
case AvoidanceState::AVOID_PATH_NOT_READY: {
Expand Down

0 comments on commit f07ddbc

Please sign in to comment.