Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Speechrec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Augustin Ruben Harter
Speechrec
Commits
a75628c3
Commit
a75628c3
authored
5 years ago
by
Leroy John Rügemer
Browse files
Options
Downloads
Patches
Plain Diff
demoDynamic command merge
parent
a1beed52
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
psGrammar/demos/demoDynamic.jsgf
+30
-0
30 additions, 0 deletions
psGrammar/demos/demoDynamic.jsgf
psGrammar/demos/learning.jsgf
+1
-1
1 addition, 1 deletion
psGrammar/demos/learning.jsgf
psGrammar/tasks/dynamicdemo2019.jsgf
+0
-13
0 additions, 13 deletions
psGrammar/tasks/dynamicdemo2019.jsgf
with
31 additions
and
14 deletions
psGrammar/demos/demoDynamic.jsgf
0 → 100644
+
30
−
0
View file @
a75628c3
#JSGF V1.0;
grammar commands;
public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <trash> | <search>);
<robot> = (tobi | robot | tiago);
<save> = (save location);
<wave> = (wait for me);
<who> = (who are you);
<goTo> = (go to location);
<followHand> = (come with me) | (give me your hand);
<gravity> = (gravity compensation) | (show me your gripper) | (switch to gravity mode);
<exit> = (exit);
<followMe> = (follow me);
<handover> = handover;
<ordering> = (start taking orders) | (take my order);
<learn> = (learn a person);
<rec> = (recognize me);
<count> = (count the people);
<explain> = (what can you do) | (explain your skills);
<see> = (tell me what you see);
<demo> = (end the (demonstration | demo));
<grasp> = ((grasp | give ) [me] ( an | the ) object);
<trash> = ([please] ((take out the trash) | (take out the garbage)));
<search> = ([please] search for [a] [waving] person);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
psGrammar/demos/learning.jsgf
+
1
−
1
View file @
a75628c3
...
...
@@ -7,7 +7,7 @@ public <command> = [tobi] (<save> | <stop> );
<save> = <pre> <NP_location>;
<pre> = ([please] save) | (here is) | memorize;
<location> = (table <numberOfTable>) | (shelf) | (bar);
<location> = (table <numberOfTable>) | (shelf) | (bar)
| (bin)
;
<numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
<stop> = stop | (wait [here]);
This diff is collapsed.
Click to expand it.
psGrammar/tasks/dynamicdemo2019.jsgf
deleted
100644 → 0
+
0
−
13
View file @
a1beed52
#JSGF V1.0;
grammar dynamic;
public <string> = [<robot>] (<command>);
<robot> = ((tobi) | (robot) | (tiago));
<command> = ( <introduce> | <trash> | <search>);
<introduce> = (introduce yourself);
<trash> = ([please] ((take out the trash) | (take out the garbage)));
<search> = ([please] search for [a] [waving] person);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment