-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add water surface at Z = 0 #38
Comments
The CI is an X, for a good reason too. The behavior near the surface is a bit odd (this is expected given the changes in the way we calculate the torque). Should we revert the commit till a fix is found? |
Ouch I missed the ❌ See https://github.com/osrf/lrauv_private/pull/105 |
Closed
arjo129
added a commit
that referenced
this issue
Jan 24, 2022
This should address #38. It requires the following upstream fixes and relevant forward ports: * gazebosim/gz-sim#1297 * gazebosim/gz-sim#1298⚠️ Do not merge till the CI goes from ❌ to :heavy_checkmark: Signed-off-by: Arjo Chakravarty <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On https://github.com/osrf/lrauv_private/pull/101 the water surface was placed at Z = 0.5 m so that the vehicle doesn't go into a roll. This currently only affects buoyancy. We should fix the underlying issue and move he surface to 0.0.
The text was updated successfully, but these errors were encountered: