-
Notifications
You must be signed in to change notification settings - Fork 132
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
GPSFix track source improvements #101
Comments
Hmm. I'm surprised that bestvel is not stable at low speeds, because it's supposed to be the best velocity estimate from all combined sources (https://docs.novatel.com/oem7/Content/Logs/BESTVEL.htm). The reason not to just use inspvax is because that log isn't available at all on devices that don't have an IMU. There might be an option somewhere that needs to be set to factor that into bestval calculation... if not, it'd probably be best to use inspvax.azimuth if available and fall back to bestvel.track_ground if it's not. |
In the end of the documentation you shared, the following statement exists;
So, it seems to be not using all the sources, it calculates direction from velocity measurements. |
Oops, that's what I get for just skimming over the description. Unfortunately, I haven't yet found a single "best" source of orientation, and in fact there's |
I was comparing track angle from bestvel and inspvax and got the following result. Is there a specific reason driver uses track angle from bestvel instead of inspvax? I was curious about it since track from bestvel is not stable at low speeds.
The text was updated successfully, but these errors were encountered: