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
52d9b230
Commit
52d9b230
authored
5 years ago
by
Thorben Markmann
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://projects.cit-ec.uni-bielefeld.de/git/robocup-speechrec
parents
d87155cc
d508d4c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
psGrammar/demos/demoDynamic.jsgf
+8
-11
8 additions, 11 deletions
psGrammar/demos/demoDynamic.jsgf
with
8 additions
and
11 deletions
psGrammar/demos/demoDynamic.jsgf
+
8
−
11
View file @
52d9b230
#JSGF V1.0;
grammar commands;
public <command> = [<robot>] ( <
sav
e> | <
w
ave> | <w
ho
> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <trash> | <search>);
public <command> = [<robot>] ( <
introduc
e> | <
s
ave> | <w
ave
> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <trash> | <search>
| <describe> | <difference>
);
<robot> = (tobi | robot | tiago);
<introduce> = (introduce yourself) | (who are you);
<save> = (save location);
<wave> = (wait for me);
<who> = (who are you);
<goTo> = (go to location);
<followMe> = (follow me);
<followHand> = (come with me) | (give me your hand);
<gravity> = (gravity compensation) | (show me your gripper) | (switch to gravity mode);
<exit> = (stop the task);
<followMe> = (follow me);
<handover> = handover;
<trash> = ([please] ((take out the trash) | (take out the garbage)));
<search> = ([please] search for [a] [waving] person);
<describe> = (tell me what you see);
<difference> = (spot the difference);
<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);
<difference> = (spot the difference);
<bring> = ([please] (bring) [the] <bringObject> (to a waving person));
<bringObject> = (coke | drink | beer);
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