Versions Compared

Key

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

...

To start a demo, for example to show pepper’s camera output on your screen, simply execute a python script with a SICApplication. Some demo’s demos are available in the docker/sic/sic_framework/tests folder.

...

To start the camera demo from the terminal, use the following commands.

Note: this demo requires you to have the OpenCV and tqdm modules installed, as well as have the framework installed on a NAO robot.

Code Block
cd docker/sic/sic_framework/tests

export DB_IP=localhost
export DB_PASS=changemeplease

python3 demo_camera.py

...