Skip to content
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

Handling Altitude=Depth mode #20

Open
ejalaa12 opened this issue Jan 6, 2022 · 0 comments
Open

Handling Altitude=Depth mode #20

ejalaa12 opened this issue Jan 6, 2022 · 0 comments

Comments

@ejalaa12
Copy link

ejalaa12 commented Jan 6, 2022

Hi,

On the ROVINS, there are two modes for handling the altitude: depth and GPS.
In the GPS mode, the altitude of the gps (distance to ellipsoid/geoid) is filtered to obtain the altitude. The filtered altitude value is what we would expect: the vertical distance to the ellipsoid.
However, in the Depth mode, the depth is used to estimated the altitude, however this is incorrect as the depth is the vertical distance from the INS to the water surface (which moves with time!)
Unfortunately, the issue is that the published NavSatFix contains incorrect data, and can't even be projected correctly to other systems (ECEF, UTM ... etc) as the altitude value is in fact the depth.

Do you have any idea on how to solve that issue?

Propositions/Ideas:

  • add int8 ALT_REF_WATER_SURFACE=2 in the Ins.msg file, and set the reference to water_surface when the rovins is in DEPTH mode.
  • Allow an offset (=water surface altitude) to be added (through a topic) to correct the altitude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant