[Documentation] [TitleIndex] [WordIndex

Ubuntu installation

In order to run the public simulation of TIAGo ++ it is preferable to get a fresh installation of Ubuntu 20.04.5 LTS as follows

Use this ISO to install a fresh Ubuntu OS on your development computer. Afterwards, you can proceed to install ROS as explained in the next section.

ROS installation

Set up ROS packages sources

In order to install the required ROS packages for running ARan Base's simulation first, as explained in ROS Noetic installation, it is required to include packages.ros.org in the debian sources:

The set up the required keys to access the debian sources:

ROS packages installation

install use the following instruction

Append the following command to ~/.bashrc to allow any console to use the catkin commands

Source-based installation

Currently source-based installation is provided.

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:

Then run the following instruction in order to download tiago_dual_public-noetic.rosinstall and to clone all the required repositories within the workspace:

Then run this command to make sure that all dependencies are installed.

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 source the environment (source ~/tiago_dual_public_ws/devel/setup.bash) and it's all ready to go.


2024-04-20 12:21