redefine init joint pos
Some checks failed
Secret Leaks / trufflehog (push) Has been cancelled

This commit is contained in:
2025-06-17 14:56:23 +08:00
parent c28e774234
commit 2f124e34de

View File

@@ -701,7 +701,7 @@ class RealmanRobotConfig(RobotConfig):
"joint_6": [6, "realman"],
"gripper": [7, "realman"],
},
init_joint = {'joint': [-90, 90, 90, -90, -90, 90, 1000]}
init_joint = {'joint': [90, -90, -90, -90, 90, -90, 1000]}
)
}
)