Skip to content

Commit 59b4421

Browse files
Update planning/behavior_path_planner_common/include/behavior_path_planner_common/interface/scene_module_interface.hpp
Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
1 parent 1131b4b commit 59b4421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: planning/behavior_path_planner_common/include/behavior_path_planner_common/interface/scene_module_interface.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class SceneModuleInterface
374374
};
375375
if (current_state_ == ModuleStatus::IDLE) {
376376
if (canTransitIdleToWaitingApprovalState()) {
377-
log_debug_throttled("transiting from IDLE to RUNNING");
377+
log_debug_throttled("transiting from IDLE to WAITING_APPROVAL");
378378
return ModuleStatus::WAITING_APPROVAL;
379379
}
380380

0 commit comments

Comments
 (0)