Add viewable dataset README
Browse files
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- robot-learning
|
| 4 |
+
- ros2
|
| 5 |
+
- lerobot
|
| 6 |
+
- robot-manipulation
|
| 7 |
+
library_name: datasets
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Robot Arm Dataset (HuggingFace Viewable)
|
| 11 |
+
|
| 12 |
+
This dataset contains robot manipulation data extracted from a ROS2 bag file, processed into a HuggingFace-compatible format for easy viewing and analysis.
|
| 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 HuggingFace datasets format with:
|
| 28 |
+
- **4,245 samples** of robot manipulation data
|
| 29 |
+
- **Train split** with all data
|
| 30 |
+
- Compatible with HuggingFace dataset viewer
|
| 31 |
+
- Each sample contains observations and actions
|
| 32 |
+
|
| 33 |
+
## Usage
|
| 34 |
+
|
| 35 |
+
You can load this dataset using HuggingFace datasets:
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
## Data Structure
|
| 40 |
+
|
| 41 |
+
Each sample contains:
|
| 42 |
+
- : Joint positions (14 values)
|
| 43 |
+
- : Joint actions (14 values)
|
| 44 |
+
- : Various sensor data
|
| 45 |
+
- : Time information
|
| 46 |
+
- : Frame number
|
| 47 |
+
- : Episode number
|
| 48 |
+
|
| 49 |
+
## Visualization
|
| 50 |
+
|
| 51 |
+
This dataset is compatible with HuggingFace's dataset viewer for interactive exploration.
|
| 52 |
+
|
| 53 |
+
## License
|
| 54 |
+
|
| 55 |
+
[Specify your dataset license here, e.g., MIT, Apache 2.0, etc.]
|