You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ If you find this package useful for your research, please consider citing our pa
27
27
28
28
* Lukas Schmid, Olov Andersson, Aurelio Sulser, Patrick Pfreundschuh, and Roland Siegwart. "**Dynablox: Real-time Detection of Diverse Dynamic Objects in Complex Environments**" in *IEEE Robotics and Automation Letters (RA-L)*, 2023. \[[ArXiv](https://arxiv.org/abs/2304.10049) | [Video](https://www.youtube.com/watch?v=NA13fRWlqRQ)\]
29
29
```bibtex
30
-
@inproceedings{schmid2023dynablox,
30
+
@article{schmid2023dynablox,
31
31
title={Dynablox: Real-time Detection of Diverse Dynamic Objects in Complex Environments},
32
32
author={Schmid, Lukas, and Andersson, Olov, and Sulser, Aurelio, and Pfreundschuh, Patrick, and Siegwart, Roland},
33
-
booktitle={IEEE Robotics and Automation Letters},
33
+
booktitle={IEEE Robotics and Automation Letters (RA-L)},
34
34
year={2023},
35
35
volume={},
36
36
number={},
@@ -91,18 +91,16 @@ To run the demos we use the [Urban Dynamic Objects LiDAR (DOALS) Dataset](https
91
91
To download the data and pre-process it for our demos, use the provided script:
92
92
```bash
93
93
roscd dynablox_ros/scripts
94
-
# Or your preferred data destination.
95
-
./download_doals_data.sh /home/$USER/data/DOALS
94
+
./download_doals_data.sh /home/$USER/data/DOALS # Or your preferred data destination.
96
95
```
97
96
98
-
> __note__ The dataset will be released shortly!
99
-
100
97
We further collect a new dataset featuring diverse dynamic objects in complex scenes.
98
+
The full dataset and description ca nbe found [here](https://projects.asl.ethz.ch/datasets/doku.php?id=dynablox).
101
99
To download the processed ready-to-run data for our demos, use the provided script:
0 commit comments