TrossenRoboticsCommunity/stationaray_sdk_edit_test_a
收藏Hugging Face2026-04-06 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/TrossenRoboticsCommunity/stationaray_sdk_edit_test_a
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
task_categories:
- robotics
tags:
- LeRobot
configs:
- config_name: default
data_files: data/*/*.parquet
---
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
## Dataset Description
Converted from TrossenMCAP format using the Trossen SDK `trossen_mcap_to_lerobot_v2` tool.
## Dataset Structure
[meta/info.json](meta/info.json):
```json
{
"codebase_version": "v2.1",
"trossen_subversion": "v1.0",
"robot_type": "trossen_stationary_ai",
"fps": 30,
"total_episodes": 5,
"total_frames": 1511,
"total_videos": 20,
"total_tasks": 1,
"total_chunks": 1,
"chunks_size": 1000,
"splits": {
"train": "0:5"
},
"features": {
"observation.state": {
"dtype": "float32",
"shape": [
14
],
"names": [
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6",
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6"
]
},
"action": {
"dtype": "float32",
"shape": [
14
],
"names": [
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6",
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6"
]
},
"observation.images.camera_left_wrist": {
"dtype": "video",
"names": [
"height",
"width",
"channels"
],
"shape": [
480,
640,
3
],
"info": {
"video.fps": 30,
"video.height": 480,
"video.width": 640,
"video.channels": 3,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"observation.images.camera_high": {
"dtype": "video",
"names": [
"height",
"width",
"channels"
],
"shape": [
480,
640,
3
],
"info": {
"video.fps": 30,
"video.height": 480,
"video.width": 640,
"video.channels": 3,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"observation.images.camera_right_wrist": {
"dtype": "video",
"names": [
"height",
"width",
"channels"
],
"shape": [
480,
640,
3
],
"info": {
"video.fps": 30,
"video.height": 480,
"video.width": 640,
"video.channels": 3,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"observation.images.camera_low": {
"dtype": "video",
"names": [
"height",
"width",
"channels"
],
"shape": [
480,
640,
3
],
"info": {
"video.fps": 30,
"video.height": 480,
"video.width": 640,
"video.channels": 3,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"names": []
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": []
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": []
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": []
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": []
}
},
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4"
}
```
提供机构:
TrossenRoboticsCommunity



