uuv_simulator icon indicating copy to clipboard operation
uuv_simulator copied to clipboard

Added Mass effect

Open joaobrittoneto opened this issue 6 years ago • 6 comments

Hi,

I was working in the added mass issue in our project, using Rock-Gazebo integration, and I came up with a different approach for determining the added mass effect in an UUV.

I determine a so called Compensated Effort (C), i.e. a 6x6 matrix ( as a function of the rigid body and the added mass matrices) that multiplies the total efforts applied in the UUV, in such a way the resultant velocity's derivatives in Gazebo is the one provided by Fossen's equation.

If someone is interested, here is the paper of the solution.

joaobrittoneto avatar Jan 08 '18 17:01 joaobrittoneto

I'm interested in seeing if this improves the simulation behavior as the current implementation has stability issues. I've had to disable it for my underwater sims as the sim goes unstable shortly after spawning.

jlack1987 avatar Feb 09 '18 12:02 jlack1987

Hi @joaobrittoneto, the issue I see with this in the case of the UUV simulator is considering that there are no contact forces. I would have to make some exceptions to make this possible since some of the scenarios we simulate here have manipulators.

@jlack1987, could you send some more information on the stability issues you are facing?

musamarcusso avatar Feb 09 '18 12:02 musamarcusso

Unfortunately @musamarcusso it's been awhile since I've played around with it, but I believe the accelerations would go to nan very quickly after spawning when using added mass inertia matrices calculated from primitive shapes(ellipsoids I think?). Unfortunately that's about all I can recall.

jlack1987 avatar Feb 09 '18 12:02 jlack1987

Ah ok, I will have a look into it. I haven't modelled vehicles using the ellipsoid for a long time. I will make some tests here. Most of the vehicles I have added have had their parameters identified through experiments.

musamarcusso avatar Feb 09 '18 12:02 musamarcusso

Hi @musamarcusso, there is a beforePhysicsUpdate event and a contact class that may be used for the case of contacts. I didn't really try it, but I think it's worth an investigation.

joaobrittoneto avatar Feb 19 '18 13:02 joaobrittoneto

@musamarcusso @jlack1987 how to add the damping coefficients and added mass for DARPA SUBOFF submarine model? i know some coeff are listed on page 27 of http://www.dtic.mil/dtic/tr/fulltext/u2/a227715.pdf but im not completely sure what they are. For example based on the coefficients listed on the paper how can i add those to fit the UUV in what order? Also this paper i think have the coefficients of added mass for the SUBOFF on page 8 http://sjliao.sjtu.edu.cn/Liao-article/journal/2010/LIN2010CNSNS-1.pdf

           <added_mass>
            ??
            </added_mass>

            <linear_damping_forward_speed>
            ??
            </linear_damping_forward_speed>

            <linear_damping>
             ??
            </linear_damping>
           
            <quadratic_damping>
              ??
            </quadratic_damping>

minderx avatar Jun 02 '18 11:06 minderx