Skip to content

Commit

Permalink
fix(lane_change): approval chatters when no valid paths
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Feb 29, 2024
1 parent f2fcbea commit 1a773d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions planning/behavior_path_lane_change_module/src/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@ bool LaneChangeInterface::canTransitSuccessState()
}
}

if (!module_type_->isValidPath()) {
log_debug_throttled("Has no valid path.");
return true;
}

if (module_type_->isAbortState() && module_type_->hasFinishedAbort()) {
log_debug_throttled("Abort process has completed.");
return true;
Expand Down

0 comments on commit 1a773d9

Please sign in to comment.