From fe42c2045c68626c207a17732c831a44725e29f2 Mon Sep 17 00:00:00 2001 From: acki Date: Fri, 23 May 2025 15:09:32 -0400 Subject: [PATCH] todo --- src/modelec_strat/src/strat_fms.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modelec_strat/src/strat_fms.cpp b/src/modelec_strat/src/strat_fms.cpp index 9a3f9d1..e22e9c0 100644 --- a/src/modelec_strat/src/strat_fms.cpp +++ b/src/modelec_strat/src/strat_fms.cpp @@ -159,6 +159,7 @@ namespace Modelec { Transition(State::DO_PROMOTION, "Start promotion"); } + // TODO : check the time needed by the mission else if (elapsed.seconds() < 80) { Transition(State::DO_PREPARE_CONCERT, "Proceed to concert");