Skip to content

Commit

Permalink
Add more Dialogue Development Example Utterances.
Browse files Browse the repository at this point in the history
  • Loading branch information
derkmed committed May 21, 2024
1 parent 08a0ddd commit 16cfff1
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"The following messages are for development and debugging use only.",
"Every 3-5 seconds, a new message will be emitted from this node.",
"This will provide data to downstream nodes in the absence of rosbag data.",
"An example utterance may request the next step.",
"I'd like to go to the next step.",
"Another example utterance may request the previous step.",
"I'd like to go to the previous step.",
"Some utterances may request that angel override to the next step with maximum confidence.",
"Why are we doing this?",
]


Expand Down Expand Up @@ -44,7 +50,7 @@ def __init__(self):

def _forever_publish_messages(self, messages: List[str]):
"""
Handles message publishing for an utterance with a detected emotion classification.
Handles message publishing.
"""
while True:
for message_text in messages:
Expand Down

0 comments on commit 16cfff1

Please sign in to comment.