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

/cslam_experimetns/config/renderzvous/.config #16

Closed TwiceMao closed 1 year ago

TwiceMao commented 1 year ago

What is the meaning of .config in the /cslam_experimetns/config/renderzvous/.config directory? Because I am using my own custom data set now, I don't know how to write the corresponding .config file

lajoiepy commented 1 year ago

The goal of those file, like this one, is to specify fake rendezvous when running datasets to test the behavior of Swarm-SLAM under non-continuous communication. The format is the following: ROBOT_ID, START_0, END_0, START_1,END_1, ... where start and end define the time intervals (after launch) during which the robot is considered in communication range.

This is an optional config, you can simply disable this function like here