Juelg commited on
Commit
b875451
·
verified ·
1 Parent(s): ed5eb46

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - manipulation
7
+ - vla
8
+ ---
9
+
10
+ # Simple Teleoperated Franka Pick-Cube Dataset in LeRobot Format
11
+ This repository contains the franka dataset in parquet format used to train PiZero in the paper [Robot Control Stack: A Lean Ecosystem for Robot Learning at Scale](https://huggingface.co/papers/2509.14932).
12
+ This dataset is in LeRobot format and thus ready to use for training OpenPi, lerobot and other models which support this common format.
13
+ The Robot Control Stack (RCS) is a flexible Gymnasium wrapper-based robot control interface made for robot learning and specifically Vision-Language-Action (VLA) models.
14
+ It unifies MuJoCo simulation and real world robot control with four supported robots: FR3/Panda, xArm7, UR5e and SO101. It ships with several pre-build apps including data collection via teleoperation and remote model inference.
15
+
16
+ Project page: https://robotcontrolstack.github.io/
17
+ RCS Code: https://github.com/RobotControlStack/robot-control-stack
18
+
19
+ If you are looking for the raw format that was recorded in RCS, see [this dataset](https://huggingface.co/datasets/RobotControlStack/rcs_utn_green_box_v1).
20
+
21
+
22
+ ## Citation
23
+ If you find this dataset or RCS useful for your work, please consider citing it:
24
+ ```
25
+ @inproceedings{juelg2025robotcontrolstack,
26
+ title={{Robot Control Stack}: {A} Lean Ecosystem for Robot Learning at Scale},
27
+ author={Tobias J{\"u}lg and Pierre Krack and Seongjin Bien and Yannik Blei and Khaled Gamal and Ken Nakahara and Johannes Hechtl and Roberto Calandra and Wolfram Burgard and Florian Walter},
28
+ year={2025},
29
+ booktitle={Proc.~of the IEEE Int.~Conf.~on Robotics \& Automation (ICRA)},
30
+ note={Accepted for publication.}
31
+ }
32
+ ```