Giter Site home page Giter Site logo

gira3d-registration's Introduction

GIRA Registration

Overview

This repository is a colcon workspace. You can learn more about colcon here.

The wet/src folder contains git submodules that contain the main codebase for this work. The dry/src folder contains git submodules that download and locally install third party packages required for this work.

  1. gmm_d2d_registration: C++ implementation of the distribution-to-distribution GMM registration.
  2. gmm_d2d_registration_matlab: MATLAB implementation of the distribution-to-distribution GMM registration as well as MEX files.
  3. gmm_d2d_registration_py: Python bindings over the C++ implementation.

Quick Start

Installation

git clone [email protected]:gira3d/gira3d-registration.git --recursive
cd gira3d-registration
python3.8 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install numpy colcon-common-extensions
sudo apt install cmake libboost-all-dev libblas-dev
./build.sh

Once the sandbox is built you will also need to install the following:

pip install tqdm matplotlib open3d

Ubuntu 18.04 additionally requires that you install the following for plotting:

sudo apt install python3-tk

Documentation and Examples

We use MkDocs to document this codebase. To install and run documentation, please do the following:

cd /path/to/gira3d-registration
source workon
pip install mkdocs mkdocs-material
mkdocs serve

Now open a web browser and go to localhost to view the documentation. Documentation for tutorials and examples that use one or more of the submodules is provided.

Operating Systems

This sandbox was tested on the following operating systems

  • Ubuntu 20.04
  • Ubuntu 18.04

References

If you use this work in your own research, please cite the following publications:

  1. W. Tabib, C. O’Meadhra, and N. Michael, “On-Manifold GMM Registration,” IEEE Robotics and Automation Letters, vol. 3, no. 4, pp. 3805–3812, Oct. 2018, doi: 10.1109/LRA.2018.2856279.
  2. W. Tabib and N. Michael, “Simultaneous Localization and Mapping of Subterranean Voids with Gaussian Mixture Models,” in Field and Service Robotics, Singapore, 2021, pp. 173–187. doi: 10.1007/978-981-15-9460-1_13.

gira3d-registration's People

Contributors

kshitijgoel007 avatar wtabib avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kimsoohwan

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.