Changes between Version 46 and Version 47 of en/ProgrammingRobotsCourse/PepperApi


Ignore:
Timestamp:
Dec 16, 2024, 12:24:55 PM (7 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/PepperApi

    v46 v47  
    106106* 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`.
    107107
     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
    108110=== adding animations
    109111