fix joint ids
This commit is contained in:
parent
f55181d0f7
commit
d5f986bbdc
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class GelloPublisher(Node):
|
|||
self.gripper: bool = config[self.port]["gripper"]
|
||||
"""Whether or not the gripper is attached."""
|
||||
|
||||
joint_ids = list(range(1, self.num_joints + 1))
|
||||
joint_ids = list(range(1, self.num_joints))
|
||||
self.driver = DynamixelDriver(joint_ids, port=self.com_port, baudrate=2000000)
|
||||
"""The driver for the Dynamixel motors."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue