Robot.get_end_effector_link Robot.get_end_effector_link(group=None)[source] Get the robot’s end effector link. Parameters: groupstr, optionalThe name of the planning group. Defaults to the main planning group. Returns: compas_robots.Link Examples >>> link = robot.get_end_effector_link() >>> link.name 'ee_link'