Giter Club home page Giter Club logo

3d_bbs's Introduction

3d_bbs

Fast and accurate 3D global localization using branch-and-bound scan matching.
Please refer to our paper.

overview

The latest implementation demonstrates faster processing times than those published in the paper.
Specifically, when tested in a real environment with the following hardware configuration (Intel Core i7-10700K 3.8GHz, 32GB RAM, and NVIDIA GeForce RTX2060), the processing times are as follows:

  • Hierarchical voxelmap construction
    • Paper: 9,272 ms on average
    • Latest: 3,494 ms on average
    • Use saved voxelmap: 130 ms on average
  • Localize
    • Paper: 878 ms on average
    • Latest: 189 ms on average

Dependencies

  • bbs3d (Lower versions are not tested)
    • Eigen3 version 3.4.0 or higher
    • CMake version 3.15 or higher
    • GPU version: CUDA version 12.0 or higher
  • test
    • (All bbs3d dependencies)
    • PCL
  • ros2 test
    • (All bbs3d dependencies)
    • ros2 humble

Support Docker ๐Ÿณ

If nvidia driver is 525.60.11 or higher, try docker!
For more information, you can check docker_start.md

3d_bbs core source code

Build and Install

git clone https://github.com/KOKIAOKI/3d_bbs.git
cd 3d_bbs
mkdir build && cd build
  • CPU ver. & GPU ver. (Please ignore the large number of warnings)
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j8
sudo make install
  • CPU ver. only
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_CUDA=OFF
make -j8
sudo make install

Test code

See test_code.md
overview

ROS 2 test code

See ros2_test_code.md
overview

3d_bbs's People

Contributors

kokiaoki avatar qpc001 avatar taeyoung96 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.