Skip to content
Snippets Groups Projects
Commit 3862464a authored by Jonas Beil's avatar Jonas Beil
Browse files

RobotControl returns to waiting status after statechart was finished instead of idle modus

parent 5e5601cb
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ namespace armarx
addTransition<EvLoadScenario>(stateRobotInitialized, stateScenarioRunning,
PM::createMapping()->mapFromEvent("*","*"));
addTransition<EvInit>(stateScenarioRunning, stateRobotPreInitialized);
addTransition<Success>(stateScenarioRunning, stateRobotPreInitialized);
addTransition<Success>(stateScenarioRunning, stateRobotInitialized);
// failure transitions
addTransition<EvLoadingFailed>(stateScenarioRunning, stateFatalError);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment