Skip to content

Commit 52affad

Browse files
committed
get correct end effector
1 parent 5163c56 commit 52affad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ def plan_cartesian_motion_deprecated(self, frames_WCF, start_configuration=None,
12601260

12611261
options = {
12621262
'base_link': self.model.root.name,
1263-
'ee_link': self.get_end_effector_link_name(),
1263+
'ee_link': self.get_end_effector_link_name(group),
12641264
'joint_names': self.get_configurable_joint_names(),
12651265
'joint_types': self.get_configurable_joint_types(),
12661266
'max_step': max_step_scaled,

0 commit comments

Comments
 (0)