Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

python bindings / thank you #10

Open
tdamsma opened this issue Oct 7, 2024 · 1 comment
Open

python bindings / thank you #10

tdamsma opened this issue Oct 7, 2024 · 1 comment
Assignees

Comments

@tdamsma
Copy link

tdamsma commented Oct 7, 2024

Not an issue, but just wanted to say thanks for this library! As you saw I wrote python bindings for this library. Not sure exactly where this will lead, but at least I am very happy to be able to get about 250.000 solutions/second.

I am not sure exactly what I want to support. I see there is URDF support, but wanting to get rid of URDF files in my workflow was a prime motivation for me to move away from the ikfast libraries I was using. For now I will first use the library myself and see if there is any external interest. I might want to add support for external axes (linear tracks, rotary tables, positioners etc.), but still undecided on that. Also of interest is collision detection. I would be happy to discuss these topics some time

@bourumir-wyngs
Copy link
Owner

Thanks for being interested in my project. rs-opw-kinematics uses three-number versioning, with the last digit incremented if there are no API changes, the middle digit if there are no breaking changes (features only added), and the last third digit when there are breaking changes. I do not think there will be a need for breaking changes anytime soon.

If you need changes to make your integration work easier, let me know. I am always ready to review and likely accept a good pull request or just describe the needed improvements.

The last version, 1.5.0, can return poses of the robot's intermediate joints. This is preparation for implementing collision detection and can also be used for robot rendering. I will use an existing Rust library to detect collisions.

@bourumir-wyngs bourumir-wyngs self-assigned this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants