Skip to content

Commit c7a4e99

Browse files
committed
feat(readme): update Installation section
1 parent 3374af3 commit c7a4e99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ How to do this:
2727
```bash
2828
pip install -r requirements.txt
2929
```
30+
If you want to use `MROBBackend` type, you have to install mrob library manually:
31+
1. Download [wheels](https://github.com/prime-slam/mrob/actions/runs/6841598615) from source
32+
2. Install mrob from wheels
33+
```bash
34+
pip3 install mrob --find-links=... --force-reinstall
35+
```
3036

3137
Now you have everything you need to run your voxel-based pipeline.
3238

0 commit comments

Comments
 (0)