RobotModel.get_end_effector_link_name
- RobotModel.get_end_effector_link_name()[source]
Returns the name of the end effector link.
- Returns
str – Name of the end effector link
Examples
>>> robot = RobotModel.ur5() >>> robot.get_end_effector_link_name() 'ee_link'