Skip to content

Commit 4a55a28

Browse files
committed
1 parent 9b4a231 commit 4a55a28

File tree

1 file changed

+1
-1
lines changed
  • intera_interface/src/intera_interface

1 file changed

+1
-1
lines changed

intera_interface/src/intera_interface/limb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def ik_request(self, pose,
625625
ikreq.use_nullspace_goal.append(True)
626626
# The nullspace goal can either be the full set or subset of joint angles
627627
goal = JointState()
628-
goal.names = nullspace_goal.keys()
628+
goal.name = nullspace_goal.keys()
629629
goal.position = nullspace_goal.values()
630630
ikreq.nullspace_goal.append(goal)
631631
# The gain used to bias toward the nullspace goal. Must be [0.0, 1.0]

0 commit comments

Comments
 (0)