Changes between Version 32 and Version 33 of en/ProgrammingRobotsCourse/PepperApi


Ignore:
Timestamp:
Jun 30, 2021, 12:01:42 PM (3 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/PepperApi

    v32 v33  
    260260    ^wait(animations/Stand/Gestures/ShowTablet_3)
    261261}}}
    262   * application specific content can be displayed when stored in the subdirectory `html` and (after installation on the real robot) referred from the tablet as `http://198.18.0.1/apps/<application_name>/...`. This way not only images, but also HTML pages with !JavaScript content can be presented. The !JavaScript can also communicate with robot variables in real time, see `dialog_presentation_nlp` for an example.
     262  * application specific content can be displayed when stored in the subdirectory `html` and (after installation on the real robot) referred from the tablet as `http://198.18.0.1/apps/<application_name>/...`. This way not only images, but also HTML pages with !JavaScript content can be presented. The !JavaScript can also communicate with robot variables in real time, see [https://gitlab.fi.muni.cz/nlp/dialog_presentation_nlp dialog_presentation_nlp] for an example.
    263263  * [http://doc.aldebaran.com/2-5/getting_started/creating_applications/using_peppers_tablet.html Using Pepper’s Tablet]
    264264