Sraghvi commited on
Commit
c554cfb
·
verified ·
1 Parent(s): 493ca3d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - robotics
5
+ - ros2
6
+ - lerobot
7
+ - manipulation
8
+ ---
9
+
10
+ # ROS2 Robot Dataset
11
+
12
+ This dataset contains robot data extracted from ROS2 bag files and converted to LeRobot format.
13
+
14
+ ## Dataset Structure
15
+
16
+ - **Data**: Parquet files containing robot states, actions, and observations
17
+ - **Videos**: MP4 videos from camera sensors
18
+ - **Metadata**: JSON files with dataset information
19
+
20
+ ## Files
21
+
22
+ - videos/chunk-000/observation.images.base_camera_sensor_image_raw/episode_000000.mp4
23
+ - videos/chunk-000/observation.images.arm1_camera_sensor_image_raw/episode_000000.mp4
24
+ - videos/chunk-000/observation.images.arm2_camera_sensor_image_raw/episode_000000.mp4
25
+ - meta/episodes_stats.jsonl
26
+ - meta/episodes.jsonl
27
+ - meta/tasks.jsonl
28
+ - meta/info.json
29
+ - data/chunk-000/episode_000000.parquet
30
+
31
+ ## Usage
32
+
33
+ This dataset can be used with LeRobot for robot learning tasks.
34
+
35
+ ## Data Format
36
+
37
+ - **Action**: 6-DOF joint state commands
38
+ - **Observation**: Robot states and sensor data
39
+ - **Images**: Camera feeds from multiple viewpoints
40
+ - **Timestamps**: Synchronized across all data streams
41
+
42
+ Generated from ROS2 bag file using the rosbag_decoder pipeline.