我在使用rtde操控UR5 CB-3的时候,想使用moveUntilContact()方法实现碰撞检测,但是我按照例子里的代码尝试后,我的UR5并未做出任何动作,这是为什么?
import rtde_control
rtde_c = rtde_control.RTDEControlInterface("192.168.1.122")
speed = [0, 0, -0.100, 0, 0, 0]
rtde_c.moveUntilContact(speed)
rtde_c.stopScript()