-
Notifications
You must be signed in to change notification settings - Fork 95
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
Exploding SDH in with both ROS Kinetic and Melodic #220
Comments
I've not used the SDH2 model in Gazebo yet. I had similar issues with other models in Gazebo. This looks more like that links are initialised at identity transform and not like a physical effect from gravity or other forces. |
Here is the package I am using. README has the launch instructions. Thanks! |
Hi Christian! Thank you! I am tried using a small Geometry box instead of collision mesh files, the results stayed the same. I am not sure how to check for interpenetrating meshes! |
As per the original issue #172 and PR #173 you could try to further reduce the size of the collision meshes. The original issue also mentions that this only happens with If this is not caused by interpenetrating collision meshes, then I also don't know how to further approach this issue. |
This problem is most probably caused by too small values for the inertia of the components which let the simulation become unstable. Increasing the inertia values solves this particular problem. For now I have only tested it with values several orders of magnitude too large, which might have other effects. |
Hello!
I have seen the previous issue about exploding SDH and I also saw that it is fixed. Now, I am using SDH with the current repository and SDH looks as in the image.
Is this a known problem? Is there any solution?
(I am not using any controllers. I have just spawned SDH in Gazebo. If the simulation is paused, then SDH looks good.)
The text was updated successfully, but these errors were encountered: