Giter Club home page Giter Club logo

open3d_slam_advanced_rss_2024_public's Introduction

open3d_slam_private

This project provides tools for robot LiDAR-based mapping and localization.

This is an advanced and fine-tuned version of open3d_slam that is private to RSL for internal projects and development.

Build

For now to build this repository, you need to:

  1. make sure CMake version is correct
  2. install dependencies from open3d_catkin
  3. install dependencies for open3d_slam

Clone the repository to:

mkdir -p catkin_ws/src
cd catkin_ws/src
git clone [email protected]:leggedrobotics/open3d_slam_private.git
  1. Make sure your CMake > 3.18
cmake --version

If NOT install the cmake from https://cmake.org/download download tar. Unpack tar and

cd cmake-<version>
./configure
make -j<num_of_processes>
sudo make install
  1. Install the necessary dependencies from open3d_catkin:
cd open_3d_slam_rsl/open3d_catkin/
./install_deps.sh
  1. Install libraries required from open3d-slam
sudo apt install libgoogle-glog-dev libglfw3 libglfw3-dev liblua5.2-dev
  1. Install libnabo from Anybotics by cloning it to catkin_ws/src
cd catkin_ws/src
git clone [email protected]:ANYbotics/libnabo.git

And finally:

cd catkin_ws
catkin init
catkin config -DCMAKE_BUILD_TYPE=Release
catkin build open3d_slam_ros

Use

First make sure you have correct topics for LiDAR point cloud and pose prior external odometry.

source devel/setup.sh

To perform mapping and localization, call:

roslaunch open3d_slam_ros development.launch

While playing the rosbag file:

rosbag play --clock --pause -s 0 -r 1.0 <your_great_bag>.bag

License

The external repositories used in this work are under their respective licenses.

https://github.com/ANYbotics/libpointmatcher , https://github.com/ANYbotics/pointmatcher-ros and https://github.com/ANYbotics/libnabo

open3d_slam_advanced_rss_2024_public's People

Contributors

tutunarsl 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.