MISTLab / Swarm-SLAM

Sparse Decentralized Collaborative Simultaneous Localization and Mapping Framework for Multi-Robot Systems
https://lajoiepy.github.io/cslam_documentation/html/index.html
MIT License
391 stars 40 forks source link

What conference or journal did this paper submit to and when will the code release? #1

Closed Cc19245 closed 1 year ago

Cc19245 commented 1 year ago

Hi, @lajoiepy! Thanks for your great work!

I'd like to know what conference or journal did this paper submit to? And when will the code release?

lajoiepy commented 1 year ago

Hi! Thanks for your interest!

The code is already public, use this repo as a ROS 2 workspace and clone the sub-repos using vcs as described in our start-up instructions: https://lajoiepy.github.io/cslam_documentation/html/md_startup-instructions.html

The Swarm-SLAM stack includes 4 packages:

I'll let you know the journal it is submitted to once the paper is accepted!

Cheers!

lajoiepy commented 1 year ago

In the mean time, here is a link to our paper on arXiv: https://arxiv.org/abs/2301.06230

lajoiepy commented 1 year ago

To get the code:

sudo apt install python3-vcstool
git clone https://github.com/MISTLab/Swarm-SLAM.git
cd Swarm-SLAM
mkdir src
vcs import src < cslam.repos
Cc19245 commented 1 year ago

Great! Thanks a lot!