diff --git a/intera_interface/src/intera_interface/limb.py b/intera_interface/src/intera_interface/limb.py index d6d0f47..02d9e27 100644 --- a/intera_interface/src/intera_interface/limb.py +++ b/intera_interface/src/intera_interface/limb.py @@ -625,7 +625,7 @@ def ik_request(self, pose, ikreq.use_nullspace_goal.append(True) # The nullspace goal can either be the full set or subset of joint angles goal = JointState() - goal.names = nullspace_goal.keys() + goal.name = nullspace_goal.keys() goal.position = nullspace_goal.values() ikreq.nullspace_goal.append(goal) # The gain used to bias toward the nullspace goal. Must be [0.0, 1.0]