cybergalactic / MSS

The Marine Systems Simulator (MSS) is software that supplements the textbook "Handbook of Marine Craft Hydrodynamics and Motion Control," 2nd Edition, by T. I. Fossen, published in 2021 by John Wiley & Sons Ltd.

Home Page:https://mss.fossen.biz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find a problem in mariner.m

wtllll opened this issue · comments

In the file of mariner.m,line 86 .There is an equation"delta_dot = delta_c - delta;",using this equation to calculate the change rate of the rudder,but this equation doesn't take the time integration time into account.If the integation time is not equal to one sec,then the equation is wrong,am I right?

Yes, you are correct. You can change this equation and add a time constant different from 1 second.