mirror of
https://github.com/Tavish9/any4lerobot.git
synced 2026-05-24 02:09:40 +00:00
7af65ba23a
Co-authored-by: HaomingSong <haomingsong24@gmail.com>
67 lines
1.9 KiB
Python
67 lines
1.9 KiB
Python
Tien_Kung_Prod1_Gello_1RGB_Config = {
|
|
"images": {
|
|
"camera_top": {
|
|
"dtype": "video",
|
|
"shape": (720, 1280, 3),
|
|
"names": ["height", "width", "rgb"],
|
|
},
|
|
"camera_top_depth": {
|
|
"dtype": "image",
|
|
"shape": (720, 1280, 1),
|
|
"names": ["height", "width", "channel"],
|
|
},
|
|
},
|
|
"states": {
|
|
"joint_position": {
|
|
"dtype": "float32",
|
|
"shape": (16,),
|
|
"names": {
|
|
"motors": [
|
|
"left_arm_0",
|
|
"left_arm_1",
|
|
"left_arm_2",
|
|
"left_arm_3",
|
|
"left_arm_4",
|
|
"left_arm_5",
|
|
"left_arm_6",
|
|
"left hand_closure",
|
|
"right_arm_0",
|
|
"right_arm_1",
|
|
"right_arm_2",
|
|
"right_arm_3",
|
|
"right_arm_4",
|
|
"right_arm_5",
|
|
"right_arm_6",
|
|
"right hand closure",
|
|
]
|
|
},
|
|
},
|
|
},
|
|
"actions": {
|
|
"joint_position": {
|
|
"dtype": "float32",
|
|
"shape": (16,),
|
|
"names": {
|
|
"motors": [
|
|
"left_arm_0",
|
|
"left_arm_1",
|
|
"left_arm_2",
|
|
"left_arm_3",
|
|
"left_arm_4",
|
|
"left_arm_5",
|
|
"left_arm_6",
|
|
"left hand_closure",
|
|
"right_arm_0",
|
|
"right_arm_1",
|
|
"right_arm_2",
|
|
"right_arm_3",
|
|
"right_arm_4",
|
|
"right_arm_5",
|
|
"right_arm_6",
|
|
"right hand closure",
|
|
]
|
|
},
|
|
},
|
|
},
|
|
}
|