Robot.get_end_effector_link
- Robot.get_end_effector_link(group=None)[source]
Get the robot’s end effector link.
- Parameters:
- group
str
, optional The name of the planning group. Defaults to the main planning group.
- group
- Returns:
compas_robots.Link
Examples
>>> robot = RobotLibrary.ur5() >>> link = robot.get_end_effector_link() >>> link.name 'tool0'