New code block is added to keep the surface vehicle on the surface
Surface vehicle model
The surface component of the wave glider is included
Notes
This PR is left as a draft for now. Needs check on followings
Commanding with UwGliderCommands needs to be tested for ASV (looks strange)
Strange stoi error appears randomly once in a while. stoi is only used for changing the date into datenum. The randomness of the error does not make sense since the translation is performed continuously.
Similar to the multiple vehicle support (https://github.com/Field-Robotics-Lab/glider_hybrid_whoi/pull/31), ASV is included in this PR.
Changelog
Notes
stoi
error appears randomly once in a while. stoi is only used for changing the date into datenum. The randomness of the error does not make sense since the translation is performed continuously.