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

-20000000000 orientation values in dual-antenna setup #128

Open
remimotio opened this issue May 30, 2024 · 2 comments
Open

-20000000000 orientation values in dual-antenna setup #128

remimotio opened this issue May 30, 2024 · 2 comments

Comments

@remimotio
Copy link

Good afternoon,

We are using the mosaic-H module in dual-antenna setup and have checked that the "multi-antenna" mode was selected, both in the config/rover.yaml that we are using and in the web interface.

Nonetheless, we are still faced with a value of -20000000000 in the fields "track", "pitch" and "roll" as long as the mosaic-H module is not moving, and as soon as it's not moving anymore. These fields do provide us with correct values when moving, but it's as if the module were in "MovingBase" mode (which it's not supposed to be in).

Moreover, contrary to another issue we read, in the "/atteuler" topic the "heading" field also displays a value of -20000000000 when the mosaic-H is at a standstill.

Could the issue stem from septentrio_gnss_driver?

Thank you very much for your time and attention

@thomasemter
Copy link
Contributor

Hi,

both issues are not due to the driver.

I assume you mean the fields of GPSFix, right? Track is not the same as heading and can indeed only be measured in motion. Think of a drone flying sideways, where the direction of motion (track) does not coincide with the direction it is heading. To be able to submit heading in the GPSFix message, we misuse the field dip for heading, see issue 78.

If heading is not valid in atteuler, the mosaic module could not compute a heading. This might be because of too few common satellites being seen by both antennas. One reason for this could be an obstructing structure between the antennas. For these kind of issues Septentrio's support is better able to help.

@remimotio
Copy link
Author

Thank you very much for this quick answer!

We'll run some tests based on your suggestions, and hopefully come back to close this issue.

Have a nice day!

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

2 participants