Main Content
getEndEffectorVelocity
Description
waits for the next published joint state from the Universal Robots cobot connected through
ROS interface, and returns current end-effector velocities. If no message is received in 5
seconds, the function displays an error.eevelocity
=getEndEffectorVelocity(ur
)
allows you to specify a timeout for obtaining the current end-effector velocities from the
Universal Robots cobot connected through ROS interface. If no message is received within the
specified time, the function displays an error.eevelocity
=getEndEffectorVelocity(ur
,timeout
)
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2022a
See Also
getJointConfiguration | getJointVelocity | urROSNode
| urROS2Node