Skip to content

Commit 7ce7b0f

Browse files
committed
feat(pip): change link to mrob wheel
1 parent 5f29665 commit 7ce7b0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img align="left" width="200" height="200" src="assets/logo.png">
1+
<img align="left" width="10%" height="10%" src="assets/logo.png">
22
SOVA is a SLAM on Voxel Alignment and an open-source Python library, designed for fast
33
and adaptive comparison of different approaches to solving the voxel-based planar SLAM problem.
44

@@ -20,7 +20,7 @@ How to do this:
2020
pip install sova
2121
```
2222
If you want to use `MROBBackend` robust optimisations, you have to install mrob library manually:
23-
1. Download [wheels](https://drive.google.com/file/d/14KnjiBrKEC-JMxK4DswNy0RqTAr15CkG/view?usp=sharing) from source
23+
1. Download [wheels](https://drive.google.com/file/d/1rUdbybNvHx80ykr62aceAcBIPtlntWIz/view?usp=sharing) from source
2424
2. Install mrob from wheels
2525
```bash
2626
python -m pip install mrob --no-index --find-links ... --force-reinstall

assets/logo.png

-41.5 KB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exclude = ["tests"]
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.10.0"
21-
mrob = "^0.0.12"
21+
mrob = "^0.0.14"
2222
numpy = "^1.26.0"
2323
open3d = "^0.17.0"
2424
octreelib = "^0.0.6"

0 commit comments

Comments
 (0)