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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ An online volumetric mapping-based approach for real-time detection of diverse d
25
25
# Paper
26
26
If you find this package useful for your research, please consider citing our paper:
27
27
28
-
* Lukas Schmid, Olov Andersson, Aurelio Sulser, Patrick Pfreundschuh, and Roland Siegwart. "**Dynablox: Real-time Detection of Diverse Dynamic Objects in Complex Environments**" in *ArXiv Preprint*, 2023. \[[ArXiv](https://arxiv.org/abs/2304.10049) | [Video](https://www.youtube.com/watch?v=NA13fRWlqRQ)\]
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={ArXiv Preprint 2304.10049},
33
+
booktitle={IEEE Robotics and Automation Letters (RA-L)},
34
34
year={2023},
35
35
volume={},
36
36
number={},
@@ -92,9 +92,9 @@ roscd dynablox_ros/scripts
92
92
```
93
93
94
94
We further collect a new dataset featuring diverse dynamic objects in complex scenes.
95
+
The full dataset and description ca nbe found [here](https://projects.asl.ethz.ch/datasets/doku.php?id=dynablox).
95
96
To download the processed ready-to-run data for our demos, use the provided script:
96
97
```bash
97
-
pip install gdown # The script currently uses gdown.
98
98
roscd dynablox_ros/scripts
99
99
./download_dynablox_data.sh /home/$USER/data/Dynablox # Or your preferred data destination.
100
100
@@ -132,7 +132,6 @@ roscd dynablox_ros/scripts
132
132
4. You should now see dynamic objects being detected as the sensor moves through the scene:
0 commit comments