Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 1.06 KB

File metadata and controls

30 lines (28 loc) · 1.06 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 ghcr.io/robotology/icub-gazebo-grasping-sandbox:latest
  2. Launch the container:
    docker run -it --rm -p 6080:6080 --user gitpod ghcr.io/robotology/icub-gazebo-grasping-sandbox:latest
  3. From within the container shell, launch the following scripts:
    start-vnc-session.sh
  4. Clone and install the project:
    git clone https://github.com/robotology/icub-gazebo-grasping-sandbox.git
    cd icub-gazebo-grasping-sandbox
    cmake -S . -B build
    cmake --build build/ --target install
  5. Open up the browser and connect to localhost:6080 to get to the workspace desktop GUI.
  6. In the desktop GUI, open a terminal and run the grasping experiment:
    icub-grasp.sh
  7. Once done, from the container shell press CTRL+D.