- Version 1.0.0
Package summary
A repository for IRIM-2025 Navigation Challenge. Used for build, test, and deployment for the challenge.
- Maintainer status: maintained
- Maintainers
- Andrea Pupa
- Clemente Lauretti
Table of Contents
- This repository provides a framework and the URDF for the simulation of the challenge
- You can find information about the challenge on the rule page.
- The supported robot for this simulation is the TIAGo Base, which was developed by PAL Robotics.
It is assumed that you already have a computer with ROS installed and the required packages for the TIAGo Base.
If not, follow the tutorial on the official ROS website (Noetic) here. Subsequently, install the tutorials package here.
Ypu need also to download and install this repository.
After this, everything should autoinstall with the command:
rosdep install --from-paths src --ignore-src -r -y
You can run the demo using the launch file:
roslaunch navigation_challenge tiago_base.launch
Wait a certain amount of time and when everything is ready you can move the base by publishing on the topic:
rostopic pub -r 50 /mobile_base_controller/cmd_vel geometry_msgs/Twist "linear:
x: 0.1
y: 0.0
z: 0.0
angular:
x: 0.0
y: 0.0
z: 0.1"
The robot is endowed with a laser scanner. To see the data, check the topics
/scan_raw
There is also a launch file for the full Tiago. This requires to install the Tiago package available here.
Here you can find the link to the documentation of the robots:
If you encounter any issues, please contact us at our email address:

