Home› Programming
Discussion
Back to discussions page
Adwait
Posts: 7 Apprentice
what is difference between actual_tcp_speed and target_tcp_speed commands? |
329 views
|
Answered | |
/ Most recent by Philippe_Levesque
in Programming
|
1 comment |

in Programming
I am new to UR script programming, trying to make a program to move the UR5 robot between two waypoints.
Tagged:
Best Answer
-
Philippe_Levesque Posts: 13 Apprentice
Hi Adwait,
The get_actual_tcp_speed() is a function who return the actual speed of the TCP anytime you need it. For the function get_target_tcp_speed() it will give you the tcp speed for a specific position. That why you need to enter the pose number as argument. (See attached)