RobotModel.get_end_effector_link
- RobotModel.get_end_effector_link()[source]
Returns the end effector link.
- Returns
compas.robots.Link
– Instance of the end effector link.
Examples
>>> robot = RobotModel.ur5() >>> link = robot.get_end_effector_link() >>> link.name 'ee_link'