Files
any4lerobot/robomind2lerobot/robomind_uitls/configs/tienkung_prod1_gello_1rgb.py
T
Qizhi Chen 7af65ba23a add support for robomind2lerobot (#26)
Co-authored-by: HaomingSong <haomingsong24@gmail.com>
2025-05-12 20:16:13 +08:00

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",
]
},
},
},
}