Skip to content

Commit 51076d8

Browse files
committed
Update citation
1 parent 712d467 commit 51076d8

3 files changed

Lines changed: 31 additions & 15 deletions

File tree

CITATION.cff

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@misc{schuck2026crazyflow,
2+
title={Crazyflow: An Accurate, GPU-Accelerated, Differentiable Drone Simulator in JAX},
3+
author={Martin Schuck and Marcel P. Rath and Yufei Hua and AbhisheK Goudar and SiQi Zhou and Angela P. Schoellig},
4+
year={2026},
5+
eprint={2606.01478},
6+
archivePrefix={arXiv},
7+
primaryClass={cs.RO},
8+
url={https://arxiv.org/abs/2606.01478},
9+
}

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,14 @@ pixi run -e tests tests
121121

122122
## Citation
123123

124-
Citation information coming soon. See the [docs](https://learnsyslab.github.io/drone-models/) for updates.
124+
```bibtex
125+
@misc{schuck2026crazyflow,
126+
title={Crazyflow: An Accurate, GPU-Accelerated, Differentiable Drone Simulator in JAX},
127+
author={Martin Schuck and Marcel P. Rath and Yufei Hua and AbhisheK Goudar and SiQi Zhou and Angela P. Schoellig},
128+
year={2026},
129+
eprint={2606.01478},
130+
archivePrefix={arXiv},
131+
primaryClass={cs.RO},
132+
url={https://arxiv.org/abs/2606.01478},
133+
}
134+
```

docs/cite.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22

33
If you use Drone Models in your research, please cite our work.
44

5-
## BibTeX Entry
6-
7-
!!! info "Coming Soon"
8-
BibTeX entry will be provided here.
9-
10-
## Related Publications
11-
12-
!!! info "Coming Soon"
13-
List of related publications will be added here.
14-
15-
## Acknowledgments
16-
17-
!!! info "Coming Soon"
18-
Acknowledgments and funding information will be added here.
5+
```bibtex
6+
@misc{schuck2026crazyflow,
7+
title={Crazyflow: An Accurate, GPU-Accelerated, Differentiable Drone Simulator in JAX},
8+
author={Martin Schuck and Marcel P. Rath and Yufei Hua and AbhisheK Goudar and SiQi Zhou and Angela P. Schoellig},
9+
year={2026},
10+
eprint={2606.01478},
11+
archivePrefix={arXiv},
12+
primaryClass={cs.RO},
13+
url={https://arxiv.org/abs/2606.01478},
14+
}
15+
```

0 commit comments

Comments
 (0)