Skip to content

Commit

Permalink
Update planning/behavior_path_planner_common/include/behavior_path_pl…
Browse files Browse the repository at this point in the history
…anner_common/interface/scene_module_interface.hpp

Co-authored-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 and rej55 committed Jan 15, 2024
1 parent 1131b4b commit 59b4421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class SceneModuleInterface
};
if (current_state_ == ModuleStatus::IDLE) {
if (canTransitIdleToWaitingApprovalState()) {
log_debug_throttled("transiting from IDLE to RUNNING");
log_debug_throttled("transiting from IDLE to WAITING_APPROVAL");
return ModuleStatus::WAITING_APPROVAL;
}

Expand Down

0 comments on commit 59b4421

Please sign in to comment.