-
Notifications
You must be signed in to change notification settings - Fork 64
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
How to generate more joint types? #99
Comments
I agree that continuous joints would be great to integrate into onshape-to-robot by some mechanism like looking for the string "continuous" in the joint name, but I came up with a workaround for now: I wrote a bash script that I used in the postImporCommands to change joints with the word "wheel" in them to continuous joints, among other things (moving and renaming meshes, formatting URDF, etc.).
|
Hi there,
Thanks for your sharing of work!
As far as I know that there are many joint types in urdf, I wonder if there is a way to generate the 'continuous' or other types by your tool? Maybe I should do something in the
config.json
?Hope for your reply.
The text was updated successfully, but these errors were encountered: