[Documentation] [TitleIndex] [WordIndex

Source-based installation

Currently source-based installation is provided as well as docker-based installation.

These instructions assume that you are comfortable with ROS and the catkin build system. Please familiarize yourself using the ROS and catkin tutorials.

First of all open a terminal and create an empty workspace:

Download the file tiago_dual_public-melodic.rosinstall. Copy the rosinstall file in ~/tiago_dual_public_ws. Then run the following instruction in order to clone all the required repositories within the workspace:

Set up rosdep

Then you may run the following instruction to make sure that all dependencies referenced in the workspace are installed

Then, you may proceed building the workspace:

Once you compiled all packages and sourced the environment (source devel/setup.bash) it's all ready to go.

Docker-based installation

You can alternatively test the simulation from a docker container.

These instructions assume that you have a basic docker understanding and have already installed it. Please familiarize yourself using the docker tutorials.

First of all open a terminal and pull the image of tiago_dual_tutorials:

Once you have the docker image, you may proceed running that image:

If you wish to have a graphical user interface with docker, you might find useful osrf/rocker, a tool to run docker images with customized local support injected for things like nvidia support, and user_id specific files for cleaner mounting file permissions. You could also find more useful information on this topic on Tooling with Docker.

rocker with nvidia support:

rocker with intel integrated graphics support:


2024-02-24 12:22