File size: 1,179 Bytes
26f5e82
0ce04cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26f5e82
0ce04cd
 
26f5e82
 
 
 
 
0ce04cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ArticuBot Simulated Dataset for Trajectories of Articulation (saved in WebDataset Format and splitter into train / val)

## Data Format

Each sample in the WebDataset contains:
- `metadata.json`: Complete metadata including object_id, category, and trajectory info
- `trajectory.pkl`: Trajectory data with all timesteps
- `info.json`: Sample structure information

## Sample Structure

Each trajectory contains timesteps with the following data:
- `state`: Robot state information
- `action`: Robot actions
- `point_cloud`: Scene point cloud
- `gripper_pcd`: Gripper point cloud
- `displacement_gripper_to_object`: Spatial displacement vectors
- `goal_gripper_pcd`: Goal gripper point cloud


## Citation

If you use this dataset in your research, please cite original AricuBot paper:

```bibtex
@inproceedings{Wang2025articubot,
      title={ArticuBot: Learning Universal Articulated Object Manipulation Policy via Large Scale Simulation},
      author={Wang, Yufei and Wang, Ziyu and Nakura, Mino and Bhowal, Pratik and Kuo, Chia-Liang and Chen, Yi-Ting and Erickson, Zackory and Held, David},
      booktitle={Robotics: Science and Systems (RSS)},
      year={2025}}   
```