Skip to content
Snippets Groups Projects
Commit 253cdb14 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Merge remote-tracking branch 'origin/master' into RobotUnit_v3

parents 16d32ea4 ade197f7
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,17 @@ module armarx
};
enum TextToSpeechStateType
{
eStartedSpeaking,
eFinishedSpeaking
};
interface TextToSpeechStateInterface
{
void reportState(TextToSpeechStateType state);
};
enum FeedbackType
{
eFeedbackKnow,
......
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