sendJointConfigurationAndWait
Command robot to move to joint configuration and wait for the motion to complete
Since R2024a
Syntax
Description
[
commands the Universal Robots cobot connected through RTDE interface and waits for
the robot to complete the motion, based on the specified joint configuration.result
,state
] = sendJointConfigurationAndWait(ur
,jointconfig
)
[
commands the Universal Robots cobot connected through RTDE interface and waits for
the robot to complete the motion, based on the specified joint configuration, and
sets a maximum duration, velocity, and acceleration properties using one or more
optional name-value arguments.result
,state
] = sendJointConfigurationAndWait(ur
, jointconfig
, Name=Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a