update myarm ros1 teleop_keyboard control

This commit is contained in:
wangWking 2023-09-26 13:48:51 +08:00
parent 7f09673945
commit 25fdeb5754

View file

@ -93,7 +93,7 @@ def teleop_keyboard():
break
else:
print('res.X < 1 {}'.format(res))
print('Please adjust the robot joint location')
print('Please adjust the joint position of the robot and run program again !!!')
time.sleep(0.1)
record_coords = [res.x, res.y, res.z, res.rx, res.ry, res.rz, speed, model]