• Stars
    star
    232
  • Rank 167,200 (Top 4 %)
  • Language
  • License
    GNU General Publi...
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

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

Repository Details

ROG-Map

ROG-Map: An Efficient Robocentric Occupancy Grid Map for Large-scene and High-resolution LiDAR-based Motion Planning

Preprint: https://arxiv.org/abs/2302.14819

@article{ren2023rogmap,
    title={ROG-Map: An Efficient Robocentric Occupancy Grid Map for Large-scene and High-resolution LiDAR-based Motion Planning},
    author={Yunfan Ren and Yixi Cai and Fangcheng Zhu and Siqi Liang and Fu Zhang},
    journal={arXiv preprint arXiv:2302.14819},
    year={2023}
}

Click for the video demo.

Video Demo

1 About ROG-Map

1.1 What can ROG-Map do?

The ROG-Map is an occupancy grid map (OGM), and all methods based on OGM can be seamlessly implemented on ROG-Map, including:

  • A* path search.
  • Flight corridor generation.
  • Frontier generation for autonomous exploration.
  • Point collision check and line segment collision check.
  • Box search.
  • ...

We will provide numerous examples to help you apply ROG-Map to your own projects.

1.2 What are the differences compared to existing methods?

  • Using a zero-copy map sliding strategy, ROG-Map maintains only a local map near the robot, enabling it to handle large-scale scene missions in unbounded environments.
  • A novel incremental inflation method significantly decreases the computation time of obstacle inflation.

1.3 How can I test it?

When the code is released, you can test it with

  1. Run with FAST-LIO: A computationally efficient and robust LiDAR-inertial odometry (LIO) package

    1. Building a robocentric occupancy grid map directly using FAST-LIO as input.
  2. Run with MARSIM

    1. With MARSIM, you can test your own motion planning algorithms based on ROG-Map.

2 Date of code release

Our paper is currently under review, and the code of ROG-Map will be released as our work is accepted.

More Repositories

1

FAST_LIO

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

r3live

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

loam_livox

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

FAST-LIVO

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

livox_camera_calib

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

LiDAR_IMU_Init

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

r2live

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

Point-LIO

C++
649
star
9

BALM

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

ikd-Tree

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

ImMesh

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

mlcc

Fast and Accurate Extrinsic Calibration for Multiple LiDARs and Cameras
C++
442
star
13

STD

A 3D point cloud descriptor for place recognition
C++
440
star
14

VoxelMap

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

IKFoM

A computationally efficient and convenient toolkit of iterated Kalman filter.
C++
379
star
16

HBA

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

M-detector

C++
267
star
18

D-Map

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

MARSIM

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

decentralized_loam

191
star
21

SLAM-HKU-MaRS-LAB

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

joint-lidar-camera-calib

Joint intrinsic and extrinsic LiDAR-camera calibration.
C++
160
star
23

dyn_small_obs_avoidance

C++
133
star
24

IPC

Integrated Planning and Control for Quadrotor Navigation in Presence of Sudden Crossing Objects and Disturbances
C++
121
star
25

btc_descriptor

105
star
26

PULSAR

C++
93
star
27

lidar_car_platfrom

46
star
28

crossgap_il_rl

Python
38
star
29

multi_lidar_calib

26
star
30

Livox_handheld

19
star
31

Swarm-LIO2

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