mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
update myarm ros1 teleop_keyboard control
This commit is contained in:
parent
7f09673945
commit
25fdeb5754
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue