I have a small problem with a program I have been working on. Currently I set the values of $Vel to the below
$VEL.CP = 0.001 ;unit: [m/s]
$VEL.ORI1 = 50 ;unit: [deg/s]
$VEL.ORI2 = 50 ;unit: [deg/s]
When I run my program in "Auto" the values are observed and the robot will reorient slowly. However when I place the robot in "Ext" the motion is very fast like the values are not being observed or being overwritten. Can anyone tell me if I am missing something.....
Thanks in advance for any help given!