-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fill out error measurements in GPSFix messages (ROS1) (#72)
Although the comments claimed that error measurements in GPSFix messages were being filled in from BESTPOS logs, that was not actually the case. Fixes #35 for real. Distribution Statement A; OPSEC #2893 Signed-off-by: P. J. Reed <preed@swri.org>
- Loading branch information
Showing
2 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8fbdbbb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would multiply your horizontal error (err_horz) by at least 2 to get it into the 95% of probability, multiply it by 3 and it goes to 99%
8fbdbbb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I actually just noticed the GPSFix message documentation specifies 95% probability there. I'll make that change in #74 since I'm already rewriting a large chunk of that function.