Repository Summary
Description | Swarm-SLAM experiment launch files and docker files |
Checkout URI | https://github.com/lajoiepy/cslam_experiments.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-02-06 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
cslam_experiments | 0.0.0 |
README
Experiments
This repo contains Swarm-SLAM launch examples.
Important note: If you want to use the datasets launch files as is, add a symlink to your datasets ROS 2 bags in the data/
folder and modify the bag path accordingly. As an example, currently the graco_lidar
launch files expect the first three sequences from the GRACO dataset to be under data/Graco_Ground/Graco-0
, data/Graco_Ground/Graco-1
, and data/Graco_Ground/Graco-2
.
Zenoh
To obtain efficient communication between the robots, we suggest using the zenoh-dds-ros2-bridge. Follow their installation instructions. Assuming that Zenoh is installed correctly, you need to run it on each robot as in this launch file.
You can also use the zenoh-dds-bridge
as in this launch file, but this will be soon deprecated by Zenoh.