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

Link inertia error should tell which link has inertia error #872

Closed
SammyRamone opened this issue Jun 27, 2022 · 2 comments · Fixed by #874
Closed

Link inertia error should tell which link has inertia error #872

SammyRamone opened this issue Jun 27, 2022 · 2 comments · Fixed by #874
Labels
help wanted Extra attention is needed

Comments

@SammyRamone
Copy link

When displaying a robot model one might get the following error
The link is static or has unrealistic inertia, so the equivalent inertia box will not be shown.
which is coming from here
Unfortunately, the name of the corresponding link is not given, so it is difficult to see which of the links is meant. For complex robot models, it is quiet cumbersome to search for this manually.
So I would propose to provide a message like this
The link base_link is static or has unrealistic inertia, so the equivalent inertia box will not be shown.

@andrestoga
Copy link

Is there a way to know which link is referring to? I installed ROS humble using DEB binaries and I'm not sure how to add the fix for this.

@SammyRamone
Copy link
Author

If I see it correctly, the fix (#874) was only merged into rolling. Therefore, it is not in Humble. You can either use ROS Rolling or build Humble from scratch and apply the merged PR locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants