Giter Site home page Giter Site logo

guancongluo / semantic-histogram-based-global-localization Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gxytcrc/semantic-histogram-based-global-localization

0.0 0.0 0.0 2.6 MB

Semantic graph based global localization for multi-robot map fusion.

CMake 0.97% C++ 99.03%

semantic-histogram-based-global-localization's Introduction

Semantic Histogram Based Graph Matching for Real-Time Multi-Robot Global Localization in Large Scale Environment

Related Publications:

Xiyue Guo, Junjie Hu, Junfeng Chen, Fuqin Deng, Tin Lun Lam, Semantic Histogram Based Graph Matching for Real-Time Multi-Robot Global Localization in Large Scale Environment, IEEE Robotics and Automation Letters, 2021. PDF.

ORB-SLAM3

Results

1. Prerequisites

  • Ubuntu = 20.04
  • CMake = 3.16.3
  • Eigen = 3.3.7
  • Pangolin - master
  • OpenCV = 4.5.4
  • PCL = 1.10

2. Running

Clone the repository and catkin_make:

    git clone https://https://github.com/gxytcrc/Semantic-Graph-based--global-Localization.git
    mkdir build
    cd build
    cmake ..
    make -j4

Download the dataset that is created from Airsim, and save them into the Datset . Download link: https://drive.google.com/file/d/106sPA48vFThLK0RB4WBcj-i8FZPQPmcV/view?usp=sharing.

Launch it as follows:

./mapAlignment robot1-foldername startFrameNumber endFrameNumber robot2-foldername startFrameNumber endFrameNumber

eg:

 ./mapAlignment forwardCar 0 343 backwardCar 0 300

可视化: 前提 sudo apt install pcl-tools 同时显示两个点云: pcl_viewer cloud1.pcd cloud2pcd 修改点云颜色显示: pcl_viewer -fc 0,255,0 cloud1.pcd -fc 0,0,255 cloud2pcd

Citation

@inproceedings{XiyueGuo2021,
title={Semantic Histogram Based Graph Matching for Real-Time Multi-Robot Global Localization in Large Scale Environment},
author={Xiyue Guo, Junjie Hu, Junfeng Chen, Fuqin Deng, Tin Lun Lam},
booktitle=IEEE Robotics and Automation Letters (RA-L)},
year={2021}
}

semantic-histogram-based-global-localization's People

Contributors

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