fix joints
This commit is contained in:
parent
34c5d4ce07
commit
6c4d122198
|
@ -83,7 +83,7 @@ DROID_FEATURES = {
|
||||||
"dtype": "float32",
|
"dtype": "float32",
|
||||||
"shape": (7,),
|
"shape": (7,),
|
||||||
"names": {
|
"names": {
|
||||||
"axes": ["x", "y", "z", "roll", "pitch", "yaw"],
|
"axes": ["joint_0", "joint_1", "joint_2", "joint_3", "joint_4", "joint_5", "joint_6"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
# Add this new feature to follow LeRobot standard of using joint position + gripper
|
# Add this new feature to follow LeRobot standard of using joint position + gripper
|
||||||
|
|
Loading…
Reference in New Issue