@@ -18,7 +18,8 @@ There are two docker image available:
***Original PAL image**: This image has all the necessary ROS packages to use the simulation model of the IVO robot. However, it requires privileged access to download it, and only the members of the technical support can download it. Contact them at labroboticamobil@iri.upc.edu to use this option.
***IRI image**: This image is based on the original PAL image, but it has several new packages that improve the behavior of the simulation model of the IVO robot. This docker image can be downloaded from [here](https://drive.google.com/file/d/1S1GQO53XmbnWvI-_ctGMRsyBmrmnRcR0/view?usp=sharing).
***IRI image**: This image is based on the original PAL image, but it has several new packages that improve the behavior of the simulation model of the IVO robot. This docker image can be downloaded from here [iri_ivo.tar](https://drive.google.com/file/d/14ugPwp8fx5n2tGK78jakvosOIx1LFNxX/view?usp=sharing)[~3.5GB]
Once downloaded, add the IVO image to the local docker with the following command:
```
...
...
@@ -36,12 +37,19 @@ This last command should list the name of the IVO docker image (iri_ivo).
To execute the docker image, it is better to use a script provided by PAL that handles many necessary issues related to ROS.
Download the [PAL script](https://raw.githubusercontent.com/pal-robotics/pal_docker_utils/master/scripts/pal_docker.sh) and execute it with the following command
Download the [PAL script](https://raw.githubusercontent.com/pal-robotics/pal_docker_utils/master/scripts/pal_docker.sh). It is recommended to place the PAL script in the ROS workspace that requires the simulated IVO robot.