RoboPRO commited on
Commit
036b133
·
verified ·
1 Parent(s): 2bbe712

Update citation to the RSS 2026 Workshop (RoboData) paper

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -90,12 +90,15 @@ table = pq.read_table(p)
90
 
91
  ## Citation
92
 
 
 
93
  ```bibtex
94
- @dataset{roboPro2026,
95
- title = {RoboPro: 80-Task Bimanual Manipulation Demonstrations on Aloha-Agilex},
96
- author = {RoboPRO},
97
- year = {2026},
98
- url = {https://huggingface.co/datasets/RoboPRO/RoboPRO_data}
 
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