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

Altimeter sensor model may not be correct #41

Open
daewok opened this issue May 10, 2021 · 4 comments
Open

Altimeter sensor model may not be correct #41

daewok opened this issue May 10, 2021 · 4 comments
Labels
wontfix This will not be worked on

Comments

@daewok
Copy link
Collaborator

daewok commented May 10, 2021

Currently, the altimeter is hacked together using a DVL. Need to either confirm the properties are similar enough to the glider's actual altimeter or fix it.

@woensug-choi
Copy link
Collaborator

The altimeter sensor sounds pretty basic but it does not exist on uuv_simulator. How is the altimeter sensor differ from DVL? Both dvl and altimeter output distance from the ground right? @greg-burgess

@daewok
Copy link
Collaborator Author

daewok commented May 12, 2021

I think the primary difference is that the altimeter is one beam and the DVL is
multiple. The DVL computes "altitude" by averaging the distance to seafloor
from all of its beams, where as the altimeter measures it directly.

That means that they can return different values depending on the exact
topology of the seafloor. My guess is that getting the altimeter model better
is a relatively low priority thing, but I'll defer to @greg-burgess and Rich on
that.

@daewok
Copy link
Collaborator Author

daewok commented May 12, 2021

From Rich: more differences are that the frequencies are different and the angles are different. Each DVL beam is ~2.5 degrees and the altimeter cone is ~10 degrees.

But what we have right now is definitely good enough.

@woensug-choi
Copy link
Collaborator

So, stick to the one we have for now. I am sure we can easily set beam degrees and widths.

@woensug-choi woensug-choi added the wontfix This will not be worked on label Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants