Home

Awesome

3DMR

3D Multi-Robot Exploration, Patrolling and Navigation.

Maintainer: Luigi Freda

The 3DMR framework provides tools for 3D multi-robot exploration, patrolling and navigation tasks with different robots under different simulators. It provides the core C++ implementation behind our papers:

This repository allows testing our proposed multi-robot strategies within V-REP and gazebo. It extends and improves our previous framework 3dpatrolling. Here, you can find a list of new features we added.

<p align="center"> <img src="images/3D-exploration-ugvs2.gif" alt="V-REP simulation 3d exploration" height="230" border="1"/> <img src="images/patrolling-two-floor-ring.gif" alt="V-REP simulation 3D exploration" height="230" border="1"/> </p>

Main features

Tasks: 3D exploration, 3D patrolling, and 3D navigation.

<p align="center"> <img src="images/teaser-repo.png" alt="3DMR system" width="500" border="1" /> </p>

Robots: tracked UGV, jackal UGV, pioneer 3-DX, and AscTec Firefly.

<p align="center"> <img src="images/nifti.png" alt="TRADR system" height="180" border="1" /> <img src="images/pioneer_team.png" alt="TRADR system" height="180" border="1" /> </p> <p align="center"> <img src="images/jackal-ugvs.png" alt="TRADR system" height="180" border="1" /> <img src="images/pioneers-rviz-vrep.png" alt="TRADR system" height="180" border="1" /> </p> <p align="center"> <img src="images/tracked-ugvs.png" alt="TRADR system" height="180" border="1" /> <img src="images/exploring-uavs.png" alt="TRADR system" height="180" border="1" /> </p>

Simulators: V-REP and gazebo.

GUIs: our PyQt GUIs offer a convenient entry point for quickly launching exploration, patrolling and navigation systems.


Prerequisites

3DMR requires ROS noetic under Ubuntu 20.04. Python3 is required in order to start our PyQt GUIs. If you do not have this Ubuntu version, you can use rosdocker.

Quick install and build

Here, you can find a quick install procedure (tested under Ubuntu 20.04). Open a new terminal and get into the root folder of this repo. Run the following commands:

If you do not have Ubuntu 20.04, you can use rosdocker.

Refer to INSTALL.md if you need a manual installation.


Repo organization

Workspaces

3DMR is a stack of ROS packages organized in different workspace folders (with suffix _ws):

In each workspace, you can use the scriptcompile_with_catkin_build.sh to separately build the workspace with catkin build.

Main scripts

Open a new terminal and from the root folder of this repo you can:

See the GUIs section below on how to use our main_*.py GUI scripts.


3D Multi-robot exploration

Refer to this README.exploration.md for testing the exploration system.

<p align="center"> <img src="images/3d_exploration_ring.png" alt="V-REP simulation 3d exploration" height="250" border="1" /> <img src="images/exploration-3robots.png" alt="V-REP simulation 3D exploration" height="250" border="1" /> </p>

3D Multi-robot patrolling

Refer to this README.patrolling.md for testing the patrolling system.

<p align="center"> <img src="images/patrolling-elike-animated.gif" alt="V-REP simulation 3dpatrolling" height="250" border="1" /> <img src="images/patrolling-crossroad.gif" alt="V-REP simulation 3dpatrolling" height="250" border="1" /> <img src="images/3d_patrolling_corridor.png" alt="TRADR system" height="250" border="1" /> </p>

3D Multi-robot path planner

<center> <img src="images/navigation.png" alt="RVIZ and V-REP" width="900" border="1" /> </center>

GUIs

We have different PyQt GUIs for launching exploration, patrolling and path planner systems on the different robot systems. You can run:

<p align="center"> <img src="images/gui-tradr.png" alt="RVIZ and V-REP" width="200" border="1" /> <img src="images/gui-jackal.png" alt="RVIZ and V-REP" width="200" border="1" /> <img src="images/gui-pioneer.png" alt="RVIZ and V-REP" width="200" border="1" /> <img src="images/gui-uav.png" alt="RVIZ and V-REP" width="200" border="1" /> <p align="center">

The buttons and tooltips should be self-explanatory. Start playing with them and refer to the following README files for further details:


SLAM integration

On the TRADR tracked robots, we initially used the LIDAR SLAM frameworks laser-slam and segmap. On the pioneer 3-DX robots with RGBD cameras, we used RTAB-Map.

If you have robots with 3D LIDARs, you may want to take a look at this cool paper for alternative SLAM tools: Present and Future of SLAM in Extreme Underground Environments


Project webpages

TRADR EU project

This work started during the TRADR EU project. You can find a presentation of the TRADR project on its website.

3D Patrolling project

Videos and further information about our previous 3dpatrolling framework can be found on our 3D patrolling project webpage.

<p align="center"> <img src="images/patrolling-rv-yr4.png" alt="TRADR system" height="150" border="1" /> <img src="images/monte-libretti-robots.jpg" alt="TRADR system" height="150" border="1" /> <img src="images/montelibretti-patrolling.png" alt="TRADR system" height="150" border="1" /> </p>

License

The 3DMR stack contains different ROS packages. Each package comes with its license. Where nothing is specified, a GPLv3 license applies to the software.

Please cite our works (referred above) if you use our system in your projects.


Contributing to 3DMR

You can contribute to the code base by using pull requests, reporting bugs, leaving comments, and proposing new features through issues. Feel free to get in touch: luigifreda(at)gmail(dot)com. Thank you!


Credits