Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codershiyar committed Mar 30, 2024
1 parent af74c33 commit 7751d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ python ur10_control.py
- ry: دوران حول محور y (ميل)
- rz: دوران حول محور z (ياو)

robot.movej(target_pose, acc=0.5, vel=0.5)
robot.movej((x, y, z, rx, ry, rz), acc=0.5, vel=0.5)

- movej يستخدم لتحريك الروبوت
- "target_pose": اجباري
- "target_pose (x, y, z, rx, ry, rz)": اجباري

هذا هو المعلمة التي تحدد الموقع الذي يجب على الروبوت الوصول إليه. يتم تحديدها عادة باستخدام إحداثيات مفصلية (Joint coordinates) أو إحداثيات كارتيزية (Cartesian coordinates)، اعتمادًا على نوعية الروبوت ونظام التحكم الذي يُستخدم.
- "acc" (التسارع): اختياري
Expand Down

0 comments on commit 7751d1e

Please sign in to comment.