Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.08 KB

File metadata and controls

35 lines (31 loc) · 1.08 KB

🔽 Instructions to run the sandbox locally

To run the sandbox locally using Docker, go through the following steps:

  1. Pull the docker image:
    $ docker pull icubteamcode/design-holder:latest
  2. Launch the container:
    $ docker run -it --rm -p 6080:6080 --user gitpod icubteamcode/design-holder:latest
  1. From within the container shell, launch the following scripts:

    $ init-icubcontrib-local.sh
    $ start-vnc-session-local.sh
  2. Clone and install the project:

    $ git clone https://github.com/icub-tech-iit/design-holder-realsense.git /workspace/design-holder-realsense
    $ cd /workspace/design-holder-realsense 
    $ mkdir build && cd build
    $ cmake ../
    $ make install
  3. Open up the browser and connect to localhost:6080 to get to the workspace desktop GUI.

  4. In the desktop GUI, open a terminal and run the analysis:

    $ run-analysis.sh
  5. Once done, from the container shell press CTRL+D.