Code Monkey home page Code Monkey logo

coxgraph-1's Introduction

Coxgraph

Coxgraph is a multi robot collaborative reconstruction system providing realtime, low bandwidth and global consistent dense mapping. As the name indicates, Coxgraph is heavily inspired by and adapted from Voxgraph. We extend it to multi robot scenarios, and reduce the bandwidth of submap transmission by convert TSDF submaps to mesh packs and recover it back in the server. Then check validity of the loop closure matches and optimization based on dense submaps.

Video player thumbnail for GitHub

Citing

This work is in IROS 2021 Best Paper Award Finalist on Safety, Security, and Rescue Robotics. You can download the pdf from here. When using Coxgraph in your research, please cite our publication:

@inproceedings{xiangyu2021coxgraph,
  author={Liu, Xiangyu and Ye, Weicai and Tian, Chaoran and Cui, Zhaopeng and Zhang, Guofeng and Bao, Hujun},
  booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  title={Coxgraph: Multi-Robot Collaborative, Globally Consistent, Online Dense Reconstruction System},
  year={2021}
}

Installation

Requirements

  1. Ubuntu 18 or 20;
  2. ROS Melodic or Noetic
  3. OpenCV 3 or 4;
  4. Open3D 0.11 or newer.

Build

  1. Install workspace and catkin tools:

     sudo apt install python-catkin-tools python-wstool
    
  2. Create and config a catkin workspace:

     mkdir -p ~/catkin_ws/src
     cd ~/catkin_ws
     catkin init
     catkin config --extend /opt/ros/${ROS_DISTRO}
     catkin config --merge-devel
     catkin config -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14
    
  3. Clone the repository and dependencies:

     cd src
     git clone [email protected]:zju3dv/coxgraph.git
     wstool init
     wstool merge coxgraph/coxgraph_ssh.rosinstall
     wstool update
    
  4. Start building:

     catkin build coxgraph vins_client_server pose_graph_backend
    

SLAM Frontend Selection

A convenient interface enabling any multi-robot SLAM system to cooperate with Coxgraph is provided named as coxgraph_mod. One can easily insert a few lines into other frontend to use it with Coxgraph. So far, there are three frontends we can use:

  1. vins_client_server, used in the demo;
  2. CORB_SLAM
  3. We also implement a Multi-Robot version of rovioli . (in production)

Experiment Machine Hall

  1. Download EuRoC bag files here.

  2. Run the launch file:

     roslaunch coxgraph run_experiment_euroc.launch
    

coxgraph-1's People

Stargazers

 avatar

Watchers

 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.