• Stars
    star
    477
  • Rank 91,551 (Top 2 %)
  • Language
    C++
  • License
    BSD 3-Clause "New...
  • Created about 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Graph-based Exploration Planner for Subterranean Environments

Graph-based Exploration Planner 2.0

swag

Tutorial:

Please refer to the wiki page for detailed instructions to install and run the demo simulations as well as documentation of the planner interface and parameters. More results and video explaination of our method can be found on our website: Link

Installation

These instructions assume that ROS desktop-full of the appropriate ROS distro is installed.

Install necessary libraries:

For Ubuntu 18.04 and ROS Melodic:

sudo apt install python-catkin-tools \
libgoogle-glog-dev \
ros-melodic-joy \
ros-melodic-twist-mux \
ros-melodic-interactive-marker-twist-server \
ros-melodic-octomap-ros

For Ubuntu 20.04 and ROS Noetic:

sudo apt install python3-catkin-tools \
libgoogle-glog-dev \
ros-noetic-joy \
ros-noetic-twist-mux \
ros-noetic-interactive-marker-twist-server \
ros-noetic-octomap-ros

Create the workspace:

mkdir -p gbplanner2_ws/src/exploration
cd gbplanner2_ws/src/exploration

Clone the planner

git clone [email protected]:ntnu-arl/gbplanner_ros.git -b gbplanner2

Clone and update the required packages:

cd <path/to/gbplanner2_ws>
wstool init
wstool merge ./src/exploration/gbplanner_ros/packages_ssh.rosinstall
wstool update

Note: ./src/exploration/gbplanner_ros/packages_https.rosinstall can be used for https based urls.

Build:

catkin config -DCMAKE_BUILD_TYPE=Release
catkin build

Running Planner Demo

Aerial Robot Demo

Download the gazebo model from here and extract in the ~/.gazebo/models folder.

roslaunch gbplanner rmf_sim.launch

It will take few moments to load the world. A message saying the spawn_rmf_obelix process has died may pop up, but as long as the pointcloud map is visible in rviz and the UI controls work this message can be safely ignored.

Ground Robot Demo

the following command:

roslaunch gbplanner smb_sim.launch

In Ubuntu 18.04 with ROS Melodic, the gazebo node might crash when running the ground robot simulation. In this case set the gpu parameter to false here.

Results

Robot's of Team Cerberus running GBPlanner and GBPlanner2
gbplanner_robots

Autonomous exploration mission in the Prize Round of the DARPA Subterranean Challenge Final Event using four ANYmal C legged robots (Chimera, Cerberus, Camel, Caiman), all running GBPlanner2 independantly.

final_circuit_all_robots

References

Explanation Video

gbplanner_video

If you use this work in your research, please cite the following publications:

Graph-based subterranean exploration path planning using aerial and legged robots

@article{dang2020graph,
  title={Graph-based subterranean exploration path planning using aerial and legged robots},
  author={Dang, Tung and Tranzatto, Marco and Khattak, Shehryar and Mascarich, Frank and Alexis, Kostas and Hutter, Marco},
  journal={Journal of Field Robotics},
  volume = {37},
  number = {8},
  pages = {1363-1388},  
  year={2020},
  note={Wiley Online Library}
}

Autonomous Teamed Exploration of Subterranean Environments using Legged and Aerial Robots

@INPROCEEDINGS{9812401,
  author={Kulkarni, Mihir and Dharmadhikari, Mihir and Tranzatto, Marco and Zimmermann, Samuel and Reijgwart, Victor and De Petris, Paolo and Nguyen, Huan and Khedekar, Nikhil and Papachristos, Christos and Ott, Lionel and Siegwart, Roland and Hutter, Marco and Alexis, Kostas},
  booktitle={2022 International Conference on Robotics and Automation (ICRA)}, 
  title={Autonomous Teamed Exploration of Subterranean Environments using Legged and Aerial Robots}, 
  year={2022},
  volume={},
  number={},
  pages={3306-3313},
  doi={10.1109/ICRA46639.2022.9812401}}

You can contact us for any question:

More Repositories

1

mbplanner_ros

Motion-primitives Based Planner for Fast & Agile Exploration
C++
305
star
2

aerial_gym_simulator

This repository contains code for Aerial Gym - IsaacGym Simulator for Aerial Robots
Python
112
star
3

lidar_simulator

Gazebo simulation models for different LiDAR sensors (Velodyne, Ouster, ...)
C++
82
star
4

rhem_planner

Uncertainty-aware Receding Horizon Exploration and Mapping Planner
C++
80
star
5

LKH_TSP

A set of tools to solve TSP problems using the LKH solver
Python
69
star
6

rovtio

Visual-Thermal Inertial Odometry
C++
67
star
7

image_brighten_ros

ROS node implementing low light image enhancement.
C++
46
star
8

trace_paw

Repository for Terrain Recognition and Contact Force Estimation through Sensorized Legged Robot Paw
Jupyter Notebook
40
star
9

DubinsAirplane

Dubins Airplane path computation
Python
40
star
10

rmpc_mav

Robust Model Predictive Control for Micro Aerial Vehicles
C
34
star
11

open3d_ros

ROS interface for open3d
C++
31
star
12

informative-planning

Single point of reference repository for our collection of open-sourced planners
21
star
13

mbplanner_ws

ROS workspace for mbplanner_ros package
20
star
14

subt_cave_sim

Simulated cave environments
CMake
17
star
15

hfsd

This is a ROS package used to detect directions of free space in enclosed areas where sensors fail to get returns
C++
16
star
16

vehicles-nighttime

Repository providing access and documentation for a dataset regarding classification of vehicles during nighttime
15
star
17

gbplanner_ws

Simulation workspace for gbplanner_ros package
15
star
18

blackfly_nodelet

ROS driver for the Flir Blackfly cameras using the Spinnaker SDK
C++
9
star
19

drones_demystified

Repository of examples for the drones demystified! educational project
MATLAB
7
star
20

cortex_ros_bridge

A ROS bridge for the Motion Analysis Cortex mocap system
C++
5
star
21

rovio_bsp

C++
4
star
22

vseplanner

Visual Saliency Exploration Planner
C++
3
star
23

icra-2017-datasets

Dataset Release for ICRA 2017 Paper on Exploration and Uncertainty-aware Mapping
3
star
24

clahe_ros

Implements CLAHE in a ros node
C++
2
star
25

smb_simulator

Package for SuperMegaBot simulator
C++
2
star
26

visual_saliency_ros

ROS implementation for visual saliency algorithms
C++
2
star
27

adaptive_obb_ros

C++
2
star
28

drm_dataset

Distributed Radiation Field Estimation Dataset
2
star
29

vsep-datasets

Dataset release for ICRA 2018 paper on Visual Saliency-aware Exploration
2
star
30

pci_mav

C++
2
star
31

radiation-source-localization-dataset

GPS-denied Radiation Source Localization Open Dataset
2
star
32

velodyne_simulator

C++
2
star
33

mav_panicbutton

Python
1
star
34

pci_general

C++
1
star
35

rhem_datasets

1
star
36

semantic_simulator

Synthetic Semantic Dataset Generator (SSDG)
Python
1
star
37

jumping-robots

Repository for jumping robots
1
star
38

open3d_ros-release

1
star
39

nv_nano_gas_detector_ros

C++
1
star
40

relyon_dataset

1
star