See:
|
velocities = trunc(np.array(velocities), 3) # Kuka does not like sending small but non-zero velocity commands |
If arm_robots sends a velocity command greater than the Kuka Controller's allowed command the Kuka controller will cause an "Internal Interpolation error`
See:
arm_robots/arm_robots/src/arm_robots/victor.py
Line 145 in a8a4069
If
arm_robotssends a velocity command greater than the Kuka Controller's allowed command the Kuka controller will cause an "Internal Interpolation error`