mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-03-18 21:50:36 +01:00
only banner
This commit is contained in:
@@ -149,19 +149,19 @@ namespace Modelec
|
||||
{
|
||||
Transition(State::DO_PROMOTION, "Start promotion");
|
||||
}
|
||||
/*else
|
||||
else
|
||||
{
|
||||
Transition(State::STOP, "Start prepare concert");
|
||||
}*/
|
||||
}
|
||||
// TODO : check the time needed by the mission
|
||||
else if (elapsed.seconds() < 70)
|
||||
/*else if (elapsed.seconds() < 70)
|
||||
{
|
||||
Transition(State::DO_PREPARE_CONCERT, "Proceed to concert");
|
||||
}
|
||||
else
|
||||
{
|
||||
Transition(State::DO_GO_HOME, "Cleanup and finish match");
|
||||
}
|
||||
}*/
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user