diff --git a/planning/behavior_path_lane_change_module/src/interface.cpp b/planning/behavior_path_lane_change_module/src/interface.cpp index 04e27a0bf15a4..a75c1bb22db41 100644 --- a/planning/behavior_path_lane_change_module/src/interface.cpp +++ b/planning/behavior_path_lane_change_module/src/interface.cpp @@ -226,6 +226,8 @@ bool LaneChangeInterface::canTransitFailureState() log_debug_throttled(__func__); if (getPreviousModuleOutput().path.points.empty()) { + RCLCPP_WARN( + getLogger(), "Previous output path is empty. Some module might accidentally reset it."); return true; }