cambel / ur_ikfast

Python IKFast library for Universal Robots
MIT License
85 stars 18 forks source link

Fix docstring for quaternion value order. #13

Closed ScheiklP closed 23 hours ago

ScheiklP commented 4 days ago

Hi, just a super small fix on the documentation.

In the current docstring, the quaternion is listed as real first [w, x, y, z], but the code expects real last [x, y, z, w].

Thank you so much for this repo!

Cheers, Paul

cambel commented 23 hours ago

Thank you for your contribution!