RobotLibrary.ur10e

classmethod RobotLibrary.ur10e(client=None, load_geometry=True)[source]

Returns a UR10e robot.

The returned compas_fab.robots.Robot object contains the robot model and semantics.

Parameters:
client: object

Backend client. Default is None.

load_geometry: bool, optional

Default is True, which means that the geometry is loaded. False can be used to speed up the creation of the robot.

Returns:
compas_fab.robots.Robot

Newly created instance of the robot.