Skip to content

Commit 6f1e3aa

Browse files
committed
docs: update teaser command to dufomap run.
1 parent cd6cc19 commit 6f1e3aa

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,18 @@ Here is a preview of the readme in codes. Task detects dynamic points in maps an
2222
**Quick** try:
2323

2424
- Teaser data on KITTI sequence 00 only 384.8MB in [Zenodo online drive](https://zenodo.org/record/8160051)
25+
```bash
26+
wget https://zenodo.org/records/8160051/files/00.zip
27+
unzip 00.zip -d ${data_path, e.g. /home/kin/data}
28+
```
2529
- Clone our repo:
2630
```bash
2731
git clone --recurse-submodules https://github.com/KTH-RPL/DynamicMap_Benchmark.git
2832
```
2933
- Go to methods folder, build and run through
3034
```bash
31-
cd methods/octomap && cmake -B build && cmake --build build
32-
./build/octomap_run ${data_path, e.g. /home/kin/data/00} ${assets/config_fg.yaml} -1
35+
cd methods/dufomap && cmake -B build -D CMAKE_CXX_COMPILER=g++-10 && cmake --build build
36+
./build/dufomap_run ${data_path, e.g. /home/kin/data/00} ${assets/config.toml}
3337
```
3438

3539
### News:
@@ -51,7 +55,7 @@ Feel free to pull a request if you want to add more methods or datasets. Welcome
5155
Please check in [`methods`](methods) folder.
5256

5357
Online (w/o prior map):
54-
- [x] DUFOMap (Ours 🚀): [RAL'24](https://arxiv.org/abs/2403.01449), [**Benchmark Instruction**](https://github.com/Kin-Zhang/dufomap)
58+
- [x] DUFOMap (Ours 🚀): [RAL'24](https://arxiv.org/abs/2403.01449), [**Benchmark Instruction**](https://github.com/KTH-RPL/dufomap)
5559
- [x] Octomap w GF (Ours 🚀): [ITSC'23](https://arxiv.org/abs/2307.07260), [**Benchmark improvement ITSC 2023**](https://github.com/Kin-Zhang/octomap/tree/feat/benchmark)
5660
- [x] dynablox: [RAL'23 official link](https://github.com/ethz-asl/dynablox), [**Benchmark Adaptation**](https://github.com/Kin-Zhang/dynablox/tree/feature/benchmark)
5761
- [x] Octomap: [ICRA'10 & AR'13 official link](https://github.com/OctoMap/octomap_mapping), [**Benchmark implementation**](https://github.com/Kin-Zhang/octomap/tree/feat/benchmark)

0 commit comments

Comments
 (0)