• Stars
    star
    147
  • Rank 251,347 (Top 5 %)
  • Language
    C++
  • Created over 1 year ago
  • Updated 4 months ago

Reviews

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

Repository Details

Integrated Planning and Control for Quadrotor Navigation in Presence of Sudden Crossing Objects and Disturbances

IPC

IPC: Integrated Planning and Control for Quadrotor Navigation in Presence of Suddenly Appearing Objects and Disturbances

@article{liu2023integrated,
  title={Integrated Planning and Control for Quadrotor Navigation in Presence of Suddenly Appearing Objects and Disturbances},
  author={Liu, Wenyi and Ren, Yunfan and Zhang, Fu},
  journal={IEEE Robotics and Automation Letters},
  year={2023},
  publisher={IEEE}
}

Overview

Author: Wenyi Liu, Yunfan Ren and Fu Zhang from HKU MARS Lab.

Paper: Integrated Planning and Control for Quadrotor Navigation in Presence of Suddenly Appearing Objects and Disturbances

Or see the pdf at: liu2023ipc.pdf

Code: Github

Video Links: youtube, Bilibili

Click for the video demo.

Video Demo

1 About IPC

The IPC is an integrated planning and control framework for quadrotors.

The IPC's characteristic:

  • Safety (Using safe flight corridor as hard constraints)
  • Low latency (Can run at 100Hz)
  • Strong disturbance rejection capability

Using IPC, the quadrotor can:

  • Avoid suddenly appearing object
  • Fly safely under disturbances (i.e., external forces and wind disturbances)
  • Navigate autonomously in dense woods

2 Prerequisited

2.1 Ubuntu and ROS

Ubuntu 18.04~20.04, ROS Installation

2.2 PCL Eigen and fmt

PCL >= 1.6, follow PCL Installation

Eigen >= 3.3.4, follow Eigen Installation

fmt: Download fmt.zip at https://github.com/hku-mars/IPC/releases/tag/v0.1.

Build and install by:

mkdir build
cd build/
cmake -DBUILD_SHARED_LIBS=TRUE ..
make
sudo make install
sudo cp /usr/local/lib/libfmt.so.8 /usr/lib

2.3 OSQP and OSQP-Eigen

Install OSQP (please selete the version less than 0.6.3)

git clone --recursive https://github.com/osqp/osqp
cd osqp
mkdir build
cd build
cmake ..
sudo make install

Install OSQP-Eigen

git clone https://github.com/robotology/osqp-eigen.git
cd osqp-eigen
mkdir build
cd build
cmake ..
sudo make
sudo make install

2.4 Other

A debug tool: backward.cpp

Installation

sudo apt-get install libdw-dev
wget https://raw.githubusercontent.com/bombela/backward-cpp/master/backward.hpp
sudo mv backward.hpp /usr/include

3 Make

mkdir -p IPC_ws/src
cd IPC_ws/src
git clone https://github.com/hku-mars/IPC.git
cd ..
catkin_make

4 Run and test

(1) Navigate autonomously in a simulated environment in the woods

run ipc

source devel/setup.bash
roslaunch ipc ipc.launch

run MARSIM simulator

source devel/setup.bash
roslaunch test_interface map_rc.launch

Then click on the 3D goal of rviz to select the target

(2) Benchmark: Avoid suddenly appearing object (Ideal simulation)

run ipc

source devel/setup.bash
roslaunch ipc ipc_avoid.launch

run simulator

source devel/setup.bash
roslaunch ipc fast_avoid.launch

More Repositories

1

FAST_LIO

A computationally efficient and robust LiDAR-inertial odometry (LIO) package
C++
2,549
star
2

r3live

A Robust, Real-time, RGB-colored, LiDAR-Inertial-Visual tightly-coupled state Estimation and mapping package
C++
1,958
star
3

loam_livox

A robust LiDAR Odometry and Mapping (LOAM) package for Livox-LiDAR
C++
1,435
star
4

FAST-LIVO

A Fast and Tightly-coupled Sparse-Direct LiDAR-Inertial-Visual Odometry (LIVO).
C++
1,086
star
5

livox_camera_calib

This repository is used for automatic calibration between high resolution LiDAR and camera in targetless scenes.
C++
863
star
6

LiDAR_IMU_Init

[IROS2022] Robust Real-time LiDAR-inertial Initialization Method.
C++
834
star
7

Point-LIO

C++
745
star
8

r2live

R2LIVE: A Robust, Real-time, LiDAR-Inertial-Visual tightly-coupled state Estimator and mapping package
C++
721
star
9

BALM

An efficient and consistent bundle adjustment for lidar mapping
C++
700
star
10

ikd-Tree

This repository provides implementation of an incremental k-d tree for robotic applications.
C++
607
star
11

ImMesh

ImMesh: An Immediate LiDAR Localization and Meshing Framework
C++
590
star
12

STD

A 3D point cloud descriptor for place recognition
C++
548
star
13

VoxelMap

[RA-L 2022] An efficient and probabilistic adaptive voxel mapping method for LiDAR odometry
C++
479
star
14

mlcc

Fast and Accurate Extrinsic Calibration for Multiple LiDARs and Cameras
C++
479
star
15

FAST-LIVO2

FAST-LIVO2: Fast, Direct LiDAR-Inertial-Visual Odometry
471
star
16

HBA

[RAL 2023] A globally consistent LiDAR map optimization module
C++
437
star
17

IKFoM

A computationally efficient and convenient toolkit of iterated Kalman filter.
C++
420
star
18

M-detector

C++
362
star
19

LTAOM

C++
325
star
20

ROG-Map

C++
294
star
21

MARSIM

MARSIM: A light-weight point-realistic simulator for LiDAR-based UAVs
C++
283
star
22

D-Map

D-Map provides an efficient occupancy mapping approach for high-resolution LiDAR sensors.
C++
280
star
23

decentralized_loam

207
star
24

joint-lidar-camera-calib

Joint intrinsic and extrinsic LiDAR-camera calibration.
C++
194
star
25

SLAM-HKU-MaRS-LAB

In this repository, we present our research works of HKU-MaRS lab that related to SLAM
191
star
26

Voxel-SLAM

C++
185
star
27

Swarm-LIO2

Swarm-LIO2: Decentralized, Efficient LiDAR-inertial Odometry for UAV Swarms
158
star
28

dyn_small_obs_avoidance

C++
154
star
29

btc_descriptor

137
star
30

PULSAR

C++
102
star
31

lidar_car_platfrom

48
star
32

iBTC

39
star
33

crossgap_il_rl

Python
38
star
34

multi_lidar_calib

28
star
35

Livox_handheld

25
star
36

mapping_eval

2
star