You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was recently testing our vehicle in stonefish with this ros2 wrapper.
But I encounter a small issue with it.
Description:
I tried to create a cylinder with physics being "surface" and buoyant set to "true".
But seems like the buoyancy is not computed in this case.
The surface body(with buoyant set to true) was previously used to mimic buoyancy foams placed inside the AUV. So they only provide buoyancy instead of hydrodynamic forces.
Maybe, it is due to some recent updates in stonefish, such that the buoyancy is only computed for floating and submerged bodies?
To replicate this problem, you can add a dynamic body in the scenario file as follows.
Our density for the foam is 370kg/m^3.
When physics="surface", the cylinder will sink.
If phyiscs="submerged", the cylinder will float, however, hydrodynamic force will be included.
The reason I want to include buoyancy for SURFACE is to create additional buoyancy to the robot without adding added mass or hydrodynamic drag.
This is analogous to adding foams in the flooding section of an AUV.
I think this was available in older version of stonefish but was changed recently.
Maybe it is possible to keep this feature?
Hi Patryk
Thanks for creating a ROS2 wrapper for stonefish.
I was recently testing our vehicle in stonefish with this ros2 wrapper.
But I encounter a small issue with it.
Description:
I tried to create a cylinder with physics being "surface" and buoyant set to "true".
But seems like the buoyancy is not computed in this case.
The surface body(with buoyant set to true) was previously used to mimic buoyancy foams placed inside the AUV. So they only provide buoyancy instead of hydrodynamic forces.
Maybe, it is due to some recent updates in stonefish, such that the buoyancy is only computed for floating and submerged bodies?
To replicate this problem, you can add a dynamic body in the scenario file as follows.
Our density for the foam is 370kg/m^3.
When
physics="surface"
, the cylinder will sink.If
phyiscs="submerged"
, the cylinder will float, however, hydrodynamic force will be included.Thank you very much in advance.
MIngxi
The text was updated successfully, but these errors were encountered: