xlan09 / EVA-planner-MPCC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVA-planner

EVA-planner: an EnVironmental Adaptive Gradient-based Local Planner for Quadrotors.

0. Overview

Author: Lun Quan, Zhiwei Zhang, Xingguang Zhong, Chao Xu and Fei Gao from ZJU FAST Lab.

Related Paper: EVA-Planner: Environmental Adaptive Quadrotor Planning, Lun Quan, Zhiwei Zhang, Chao Xu and Fei Gao accepted by ICRA 2021.

Video Links: Google, Bilibili(for Mainland China)

1. File Structrue

  • All planning algorithms along with other key modules, such as mapping, are implemented in adaptive_planner
    • path_searching: includes multi-layer planner (A*, low-MPC and high-MPCC).

    • path_env: includes online mapping algorithms for the planning system (grid map and ESDF(Euclidean signed distance filed)).

    • path_manage: High-level modules that schedule and call the mapping and planning algorithms. Interfaces for launching the whole system, as well as the configuration files are contained here

2. Compilation

Requirements: ubuntu 16.04, 18.04 or 20.04 with ros-desktop-full installation

Step 1. Install Armadillo, which is required by uav_simulator.

sudo apt-get install libarmadillo-dev

Step 2. Clone the code from github.

git clone https://github.com/ZJU-FAST-Lab/EVA-planner.git

Step 3. Compile.

cd EVA-planner
catkin_make

3. Run a simple example.

source devel/setup.bash
roslaunch plan_manage simulation.launch

Then you can enter G with the keyboard and use the mouse to select a target.

Acknowledgements

  • The framework of this repository is based on Fast-Planner by Zhou Boyu who achieves impressive proformance on quaorotor local planning.
  • We use NLopt for non-linear optimization.
  • The hardware architecture is based on an open source implemation from Teach-Repeat-Replan.
  • The benchmark compared in our paper is ICRA2020_RG_SDDM.

Licence

The source code is released under GPLv3 license.

Maintaince

For any technical issues, please contact Lun Quan (lunquan@zju.edu.cn) or Fei GAO (fgaoaa@zju.edu.cn).

For commercial inquiries, please contact Fei GAO (fgaoaa@zju.edu.cn).

About


Languages

Language:C++ 60.7%Language:Makefile 18.7%Language:CMake 9.1%Language:Python 6.4%Language:Cuda 1.7%Language:Shell 1.1%Language:C 1.0%Language:CSS 0.5%Language:EmberScript 0.4%Language:Objective-C 0.3%Language:Fortran 0.1%Language:HTML 0.0%