Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Laptops/Computers provide a large number of functionalities for the SIC framework. They can be used as stand-alone devices, as emulators for Pepper/Nao robots , or as Tablets/Phones/Browsers.

In order to collect and send data to and from the SIC framework, drivers have been provided to emulate the various sensors and actuators used in SIC.

Sensors and Actuators

The following sensors and actuators have been provided in the following format: Sensor/Actuator - driver name (if applicable).

  • Microphone - computer-microphone.jar

  • Camera - computer-camera.jar

    • Docker service: stream_video

  • Browser - computer-browser.jar

    • Docker service: webserver

    • the driver automatically launches a Chrome window that displays the page as rendered by the webserverservice. See the Tablets/PhonesPhone/Browsers page for more information.

  • Speaker * - computer-speaker.jar

    • Docker service: stream_audio

    • can be used for generic audio playing, as well as text-to-speech with eSpeak

  • Robot - computer-robot.jar

The drivers are run from the https://bitbucket.org/socialroboticshub/docker/src/master/sic-local /folder and have been provided as a JAR in the format computer-*. To run them, Java 8 or later is required to be installed on your machine. Launch one of the local devices by either double-clicking the drivers or using the BAT (Windows) or SH (Linux/Mac) file. With a locally running SIC framework you can always just press OK in the initial dialogbox that appearsdialog box that appears.

* computer speakers always use eSpeak for text-to-speech purposes unless a service uses DialogFlow or Google’s text-to-speech. Windows and Linux have eSpeak by default, however, macOS does not. Therefore install eSpeak from brew: brew install espeak for MacOs.

Dependencies

The independent usage of sensors and actuators does do not have any dependencies by themselves. Instead, services are dependent on them. So, depending on the services run, the necessarily necessary sensor/actuator should be used accordingly.

How to Use

An example will be used to demonstrate how these drivers are used. Assume https://bitbucket.org/socialroboticshub/connectors/src/master/python/tts_example.py this example needs to be run.

  1. start Docker with the required text_to_speech service

  2. start computer-robot.jar, computer-speakers.jar

  3. run https://bitbucket.org/socialroboticshub/connectors/src/master/python/tts_example.py the example

Limitations

The available drivers have been tested on Windows 10 and Ubuntu 2220.04. MacOS macOS can also be used , but has not been as extensively tested and compatibility and support for it are limited (colloquially: most of the time they should work on MacOS too, but sometimes there are cryptic bugs that makes them unusable).