caros_universalrobot/UrServiceMoveVelT Service

File: caros_universalrobot/UrServiceMoveVelT.srv

Raw Message Definition

# a vector with 6 elements, describing tool velocity in {l_x,l_y,l_z,a_x,a_y,a_z}
# with 'l' being the linear velocity in m per sec and 'a' being the vector that is
# rotated about and the length of 'a' is the angular rotation velocity in rad/sec.
geometry_msgs/Twist vel

# acceleration
float64 acceleration

# time
float64 time

---
# If the service request was acknowledged
bool success

Compact Message Definition

geometry_msgs/Twist vel
float64 acceleration
float64 time

bool success