Skip to content
Snippets Groups Projects
Commit c3541da1 authored by Fabian Reister's avatar Fabian Reister
Browse files

fixing states

parent 17b3a8f9
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ namespace armarx::NavigationGroup
// // synchronize robot clone to most recent state
// RemoteRobot::synchronizeLocalClone(robot, getRobotStateComponent());
// }
emitSuccess();
}
//void NavigateToLocation::onBreak()
......
......@@ -7,18 +7,12 @@
</InputParameters>
<OutputParameters/>
<LocalParameters/>
<Substates>
<EndState name="Failure" event="Failure" left="142.73" top="338.1" boundingSquareSize="100"/>
<EndState name="Success" event="Success" left="136.36" top="495" boundingSquareSize="100"/>
</Substates>
<Substates/>
<Events>
<Event name="Failure">
<Description>Event for statechart-internal failures or optionally user-code failures</Description>
</Event>
<Event name="Success"/>
</Events>
<StartState substateName="Success">
<ParameterMappings/>
<SupportPoints/>
</StartState>
<Transitions/>
</State>
......@@ -3,6 +3,5 @@
<Proxies>
<Proxy value="armarx_navigation::client.navigator"/>
</Proxies>
<Configurations/>
<State filename="NavigateToLocation.xml" visibility="public"/>
</StatechartGroup>
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