Changes between Version 46 and Version 47 of en/ProgrammingRobotsCourse/PepperApi
- Timestamp:
- Dec 16, 2024, 12:24:55 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/ProgrammingRobotsCourse/PepperApi
v46 v47 106 106 * beware that the "nice" function of recognizing any text via `_*` is unfortunately not available in the real robot - free speech recognition works only as a payed service over-the-network. The dialog must use predefined (possibly dynamic) concepts instead via `_~conceptName`. 107 107 108 [[span(style=background-color: #ff5555, Note: )]] You should not mix `ALDialog` and `ALSpeechRecognition` in one application as they "compete" for the recognition input. 109 108 110 === adding animations 109 111