Add LeRobot dataset README
Browse files
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- robot-learning
|
| 4 |
+
- ros2
|
| 5 |
+
- lerobot
|
| 6 |
+
- robot-manipulation
|
| 7 |
+
library_name: lerobot
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Universal Robot Arm Dataset (LeRobot Format)
|
| 11 |
+
|
| 12 |
+
This dataset contains robot manipulation data extracted from a ROS2 bag file, processed into LeRobot format for robot learning applications.
|
| 13 |
+
|
| 14 |
+
## Dataset Contents
|
| 15 |
+
|
| 16 |
+
The dataset includes various sensor and control data from a robot arm:
|
| 17 |
+
|
| 18 |
+
- **Joint States**: Position, velocity, and effort of robot joints
|
| 19 |
+
- **TF Transforms**: Robot's kinematic state
|
| 20 |
+
- **Robot Description**: URDF and SRDF data
|
| 21 |
+
- **Logging Information**: Rosout messages
|
| 22 |
+
- **Servo Node Status**: Status information from the robot's servo nodes
|
| 23 |
+
- **Controller Trajectory**: Joint trajectory commands and states
|
| 24 |
+
|
| 25 |
+
## Data Format
|
| 26 |
+
|
| 27 |
+
This dataset is in LeRobot format with:
|
| 28 |
+
- : Contains episode data in parquet format
|
| 29 |
+
- : Contains metadata and info files
|
| 30 |
+
- Compatible with LeRobot visualization and training tools
|
| 31 |
+
|
| 32 |
+
## Usage
|
| 33 |
+
|
| 34 |
+
You can load this dataset using LeRobot:
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
## Visualization
|
| 39 |
+
|
| 40 |
+
This dataset is compatible with the LeRobot visualizer for data exploration and analysis.
|
| 41 |
+
|
| 42 |
+
## License
|
| 43 |
+
|
| 44 |
+
[Specify your dataset license here, e.g., MIT, Apache 2.0, etc.]
|