Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# FeLaN Datasets
|
| 2 |
+
|
| 3 |
+
Datasets used to train the models for the **Floating-Base Deep Lagrangian Networks (FeLaN)**.
|
| 4 |
+
|
| 5 |
+
## Robot Dataset
|
| 6 |
+
|
| 7 |
+
## Robot Models
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
If you find this dataset useful, please consider citing:
|
| 11 |
+
|
| 12 |
+
```
|
| 13 |
+
@misc{schulze2025_felan,
|
| 14 |
+
title={Floating-Base Deep Lagrangian Networks},
|
| 15 |
+
author={Lucas Schulze and Juliano Decico Negri and Victor Barasuol and Vivian Suzano Medeiros and Marcelo Becker and Jan Peters and Oleg Arenz},
|
| 16 |
+
year={2025},
|
| 17 |
+
eprint={2510.17270},
|
| 18 |
+
archivePrefix={arXiv},
|
| 19 |
+
primaryClass={cs.RO},
|
| 20 |
+
url={https://arxiv.org/abs/2510.17270},
|
| 21 |
+
}
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
For more information, please refer to the code repository: [https://github.com/Schulze18/felan](https://github.com/Schulze18/felan).
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
MIT
|