Update citation to the RSS 2026 Workshop (RoboData) paper
Browse files
README.md
CHANGED
|
@@ -90,12 +90,15 @@ table = pq.read_table(p)
|
|
| 90 |
|
| 91 |
## Citation
|
| 92 |
|
|
|
|
|
|
|
| 93 |
```bibtex
|
| 94 |
-
@
|
| 95 |
-
title
|
| 96 |
-
author
|
| 97 |
-
|
| 98 |
-
|
|
|
|
| 99 |
}
|
| 100 |
```
|
| 101 |
|
|
|
|
| 90 |
|
| 91 |
## Citation
|
| 92 |
|
| 93 |
+
RoboPRO was introduced in the RSS 2026 Workshop (RoboData) paper *Data and Evaluation Protocols for Robust Robotic Manipulation*. Please cite:
|
| 94 |
+
|
| 95 |
```bibtex
|
| 96 |
+
@inproceedings{li2026robopro,
|
| 97 |
+
title = {Data and Evaluation Protocols for Robust Robotic Manipulation},
|
| 98 |
+
author = {Li, Zhiyuan and Eret, Charles and Zhao, Xuan and Wu, Yangzheng and Rasouli, Amir},
|
| 99 |
+
booktitle = {Robotics: Science and Systems (RSS) 2026 Workshop on RoboData},
|
| 100 |
+
year = {2026},
|
| 101 |
+
url = {https://robopro-bench.github.io/RoboPRO/}
|
| 102 |
}
|
| 103 |
```
|
| 104 |
|