Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

rs-opw-kinematics: Rust implementation of inverse and forward kinematic solutions for 6 axis industrial robots with a parallel base and spherical wrist. #30

Open
bourumir-wyngs opened this issue Apr 20, 2024 · 0 comments

Comments

@bourumir-wyngs
Copy link
Contributor

bourumir-wyngs commented Apr 20, 2024

rs-opw-kinematics implements inverse and forward kinematic solutions for 6-axis industrial robots with a parallel base and spherical wrist. This work is similar o the C++ project Jmeyer1292/opw_kinematics, and based on the same research paper
by M.Brandstötter et.al, 2014. It s is independent implementation with additional features. This solver is hardened against the J5 = 0° or ± 180° singularity, optimized for trajectory planning (by prioritizing inverse kinematics solutions close to the previous robot configuration), and includes more robots as configuration examples. The project is written in Rust, deployed in crates.io and available under a BSD-3 license.

@bourumir-wyngs bourumir-wyngs changed the title rs-opw-kinematics: Rust implementation of inverse and forward kinematic solutions for 6 axis industrial robots with a parallel base and spherical wrist. Hardened against the J5 = 0° or ± 180° singularity and optimized for trajectory planning. rs-opw-kinematics: Rust implementation of inverse and forward kinematic solutions for 6 axis industrial robots with a parallel base and spherical wrist. Apr 20, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant