Skip to content

Commit

Permalink
fix(lane_change): approval chatters when no valid paths (autowarefoun…
Browse files Browse the repository at this point in the history
…dation#6516)

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 authored Mar 5, 2024
1 parent 59f7031 commit c3199b7
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 c3199b7

Please sign in to comment.