modify init joint

This commit is contained in:
2025-08-14 15:26:04 +08:00
parent a87dce9e3f
commit 2779a2856b

View File

@@ -766,7 +766,7 @@ class RealmanDualRobotConfig(RobotConfig):
left_port = 8080,
right_ip = "192.168.3.19",
right_port = 8080,
init_joint = {'joint': [-170, 90, 0, 90, 120, 0, 10, 170, 90, 0, -90, 120, 0, 10]},
init_joint = {'joint': [-170, 90, 10, 90, 120, 0, 10, 170, 90, 10, -90, 120, 0, 10]},
motors={
# name: (index, model)
"left_joint_1": [1, "realman"],