Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lajoiepy committed Jan 11, 2024
1 parent 36b0d27 commit 67087e1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

[Swarm-SLAM](https://arxiv.org/abs/2301.06230) is an open-source C-SLAM system designed to be scalable, flexible, decentralized, and sparse, which are all key properties in swarm robotics. Our system supports lidar, stereo, and RGB-D sensing, and it includes a novel inter-robot loop closure prioritization technique that reduces inter-robot communication and accelerates the convergence.

To clone Swarm-SLAM:
```
sudo apt install python3-vcstool
git clone https://github.com/MISTLab/Swarm-SLAM.git
cd Swarm-SLAM
mkdir src
vcs import src < cslam.repos
```

Look up our [Documentation](https://lajoiepy.github.io/cslam_documentation/html/index.html) and our [Start-up instructions](https://lajoiepy.github.io/cslam_documentation/html/md_startup-instructions.html)!

Packages summary:
Expand All @@ -25,11 +34,3 @@ How to cite [our paper](https://arxiv.org/abs/2301.06230):
}
```

To clone 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
```
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
networkx>=2.8.8
numba>=0.56.4
numpy>=1.23.4
open3d>=0.16.0
Pillow>=9.3.0
scikit_learn>=1.1.3
scipy>=1.9.3
sortedcontainers>=2.4.0
numba
numpy
open3d
Pillow
scikit_learn
scipy
sortedcontainers
torch>=1.13.0
torchvision>=0.14.0
distinctipy
Expand Down

0 comments on commit 67087e1

Please sign in to comment.