-
Notifications
You must be signed in to change notification settings - Fork 14
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
Strip and add back components #82
Conversation
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
Adding the drop weight in 14f8267 leads to oscillations. :( |
The weight is centered on the model, so its CoM isn't aligned with |
Here's the offset on the CoMs: The model sinks for me on 14f8267 though, it doesn't oscillate |
That is correct. Are you using the branch in gazebosim/gz-sim#1211 which "solves" the sinking. |
Will need to tweak the center of mass of the main vehicle. Also our visual needs to be offset. |
Signed-off-by: Arjo Chakravarty <[email protected]>
So I moved the center of mass of the main body forward but kept the same center of buoyancy in 0f271f2. The craft is once again stable. |
Signed-off-by: Arjo Chakravarty <[email protected]>
Closing this PR in favor of #89 |
This is a "live blog" of myself trying to strip the vehicle down and add components in to determine the cause of the oscillations in the vehicle. The rationale for doing this is to make sure that we can isolate the systems responsible for Hydrostatic instability. I will start with a rigid body with an off-center mass.
Right now only the buoyancy plugin is enabled.
Requires gazebosim/gz-sim#1211
The vehicle in cd7990a is stable with no oscillation.