Skip to content

Commit

Permalink
update myarm ros1 teleop_keyboard control
Browse files Browse the repository at this point in the history
  • Loading branch information
wangWking committed Sep 26, 2023
1 parent 7f09673 commit 25fdeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myArm/myarm/scripts/teleop_keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 25fdeb5

Please sign in to comment.