Skip to content

Commit c3199b7

Browse files
fix(lane_change): approval chatters when no valid paths (autowarefoundation#6516)
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 59f7031 commit c3199b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

planning/behavior_path_lane_change_module/src/interface.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,6 @@ bool LaneChangeInterface::canTransitSuccessState()
208208
}
209209
}
210210

211-
if (!module_type_->isValidPath()) {
212-
log_debug_throttled("Has no valid path.");
213-
return true;
214-
}
215-
216211
if (module_type_->isAbortState() && module_type_->hasFinishedAbort()) {
217212
log_debug_throttled("Abort process has completed.");
218213
return true;

0 commit comments

Comments
 (0)