Coder Social home page Coder Social logo

south-river / 3d_sparse_skeleton Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xchencq/3d_sparse_skeleton

0.0 0.0 0.0 46.42 MB

An efficient and flexible approach for trajectory-independent 3D sparse topological skeleton graphs generation

License: GNU General Public License v3.0

C++ 69.06% Python 22.53% C 7.59% CMake 0.82%

3d_sparse_skeleton's Introduction

Fast 3D Sparse Topological Skeleton Graph Generation for Mobile Robot Global Planning

We propose an efficient and flexible algorithm generating a trajectory-independent 3D sparse topological skeleton graph capturing the spatial structure of the free space. Serving as a high-level understanding of environments, a sparse skeleton graph is beneficial for more efficient global planning. Currently, existing solutions for skeleton graph generation suffer from several major limitations, including poor adaptiveness to different map representations, dependency on robot inspection trajectories and high computational overhead. In our method, an efficient ray sampling and validating mechanism are adopted to find distinctive free space regions, which contributes to skeleton graph vertices, with traversability between adjacent vertices as edges. A cycle formation scheme is also utilized to maintain skeleton graph compactness.

Authors: Xinyi Chen, Boyu Zhou, Jiarong Lin, Yichen Zhang, Fu Zhang and Shaojie Shen from the HUKST Aerial Robotics Group and HKU Mechatronics and Robotic Systems (MaRS) Lab.

Benchmark comparison with state-of-the-art works demonstrates that our approach generates sparse graphs in a substantially shorter time, giving high-quality global planning paths.

Video is available at: video.

Please cite our paper if you use this project in your research:

@article{chen2022fast,
  title={Fast 3D Sparse Topological Skeleton Graph Generation for Mobile Robot Global Planning},
  author={Chen, Xinyi and Zhou, Boyu and Lin, Jiarong and Zhang, Yichen and Zhang, Fu and Shen, Shaojie},
  journal={arXiv preprint arXiv:2208.04248},
  year={2022}
}

Please kindly star โญ this project if it helps you. We take great efforts to develop and maintain it ๐Ÿ˜Š.

Quick Start

This project has been tested on Ubuntu 18.04(ROS Melodic) and 20.04(ROS Noetic). Take Ubuntu 18.04 as an example, run the following commands to setup:

  cd ${YOUR_WORKSPACE_PATH}/src
  git clone https://github.com/xchencq/3D-Sparse-Skeleton.git
  cd ..
  catkin_make

After compilation you can start a skeleton generation demo by:

  source devel/setup.bash && roslaunch polygon_generation 3D_skeleton_large_maze.launch

A large maze (60m x 60m x 2.5m) will appear in Rviz and you may press Enter to trigger the skeleton generation.

Skeleton Generation for Different Environments

We provide several sample environments as .pcd files. The machine_hall.pcd is an open-source real-world dataset provided by the project mav_voxblox_planning. The indoor_corridor.pcd and multi_floored_hall.pcd are two real-world pointcloud maps collected using a LiDAR. Try these examples by:

  source devel/setup.bash
  roslaunch polygon_generation 3D_skeleton_machine_hall.launch
  roslaunch polygon_generation 3D_skeleton_indoor_corridor.launch
  roslaunch polygon_generation 3D_skeleton_multi_floored_hall.launch

machine_hall.pcd:

indoor_corridor.pcd:

multi_floored_hall.pcd:

3d_sparse_skeleton's People

Contributors

south-river avatar xchencq avatar yzhangec avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.