Skip to content
Snippets Groups Projects
Commit 30ac4414 authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

demodyn

parent 3a32b02d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | < ...@@ -11,7 +11,7 @@ public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | <
<goTo> = (go to location); <goTo> = (go to location);
<followHand> = (come with me) | (give me your hand); <followHand> = (come with me) | (give me your hand);
<gravity> = (gravity compensation) | (show me your gripper) | (switch to gravity mode); <gravity> = (gravity compensation) | (show me your gripper) | (switch to gravity mode);
<exit> = (exit); <exit> = (stop the task);
<followMe> = (follow me); <followMe> = (follow me);
<handover> = handover; <handover> = handover;
......
...@@ -10,4 +10,4 @@ public <command> = [tobi] (<save> | <stop> ); ...@@ -10,4 +10,4 @@ public <command> = [tobi] (<save> | <stop> );
<location> = (table <numberOfTable>) | (shelf) | (bar) | (bin) | (garbage collection); <location> = (table <numberOfTable>) | (shelf) | (bar) | (bin) | (garbage collection);
<numberOfTable> = (one | two | three | four | five | six | seven | eight | nine); <numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
<stop> = stop | (wait [here]); <stop> = (stop the task) | (wait here);
...@@ -5,11 +5,11 @@ public <command> = [tobi] ( <goto> | <stop> ); ...@@ -5,11 +5,11 @@ public <command> = [tobi] ( <goto> | <stop> );
<goto> = ([go to] <NP_location>); <goto> = ([go to] <NP_location>);
<stop> = ((abort save) | (stop)); <stop> = ((abort listen) | (stop the task));
<NP_location> = ([the] <location>); <NP_location> = ([the] <location>);
<location> = (table <numberOfTable>) | shelf | bar | bin; <location> = (table <numberOfTable>) | shelf | bar | bin | (garbage collection);
<numberOfTable> = (one | two | three | four | five | six | seven | eight | nine); <numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
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