We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3374af3 commit c7a4e99Copy full SHA for c7a4e99
README.md
@@ -27,6 +27,12 @@ How to do this:
27
```bash
28
pip install -r requirements.txt
29
```
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
+ ```
36
37
Now you have everything you need to run your voxel-based pipeline.
38
0 commit comments