Skip to content
Snippets Groups Projects
Commit 50140a89 authored by Christian Witte's avatar Christian Witte
Browse files

new stop command for pick and place

parent acf09d8b
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar basicFunctionalities;
public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <continue> | <stop>;
public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <continue> | <stop> | <stop_pick_and_place>;
<continue> = tobi continue | continue;
<stop> = tobi stop;
<stop_pick_and_place> = stop pick and place;
<question1> = what time is it;
<question2> = what is your name;
<question3> = what is the capital of brazil;
......
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