@@ -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
5155Please check in [ ` methods ` ] ( methods ) folder.
5256
5357Online (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