Contenido principal

urClientRigidBodyTree

Load rigid body tree model of Universal Robots UR Series cobot

Since R2026a

Description

rbt = urClientRigidBodyTree(cobotname) loads the rigid body tree model of the Universal Robots UR Series cobot specified by cobotname.

example

Examples

collapse all

Load the rigid body tree model of the cobot.

rbt = urClientRigidBodyTree('universalUR10e');

Obtain end-effector name and number of joints from the rigid body tree model.

EndEffectorName = rbt.BodyNames{end};
NumberOfJoints = numel(rbt.Bodies)

Input Arguments

collapse all

Name of the Universal Robots UR Series cobot for which you want to load the rigid body tree model.

Data Types: string

Version History

Introduced in R2026a

See Also