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

Mass properties merged for parts fastened together #133

Open
stevenwman opened this issue Dec 2, 2024 · 0 comments
Open

Mass properties merged for parts fastened together #133

stevenwman opened this issue Dec 2, 2024 · 0 comments

Comments

@stevenwman
Copy link

Hi,

I have a robot with most parts (approximately 4 per link) fixed to each other and a single revolute joint. I'm hoping to export a URDF file where I can tune the URDF mass properties of the individual parts (e.g. the foot is fixed to the leg but I wish to edit the foot mass independently from the leg mass in the URDF).

I noticed that I can enable a setting called useFixedLinks in the config.json parameters. When that flag is false, the URDF will have 2 links with 1 joint, where each link has multiple meshes attached. Each link will have a combined mass and inertia generated by the individual parts fixed together. When the flag is true, the URDF will have many links with many joints, where most are fixed joints and 1 revolute joint. However, it seems like there are still 2 primary links where the rest of the links are just fixed onto those primary links (only the primary links have the same mass properties from the previous case).

Please let me know if it's possible to export each part in the assembly (with their mass properties) despite being fixed to other parts so that in the URDF file, each link will only have one mesh with one set of mass and inertia. Thanks!

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

1 participant