-
Notifications
You must be signed in to change notification settings - Fork 97
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
Updated YAML descriptions. #59
Conversation
Results of an attempted GPS signal acquisition. Contains the | ||
parameters of the point in the acquisition search space with the | ||
best signal-to-noise ratio. | ||
This message describes the results from an attempted GPS signal |
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.
attempted => successful
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.
Attempted is correct. The message is sent even if the SNR is below the acceptable threshold. Should this be changed in the firmware?
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.
Nope.
Quick note here: the |
# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, | ||
# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED | ||
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. | ||
|
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.
Add public
0. Clarifies and adds some field and message descriptions that were previously missing. 1. Adds short_desc messages where they were previously missing. 2. Refactors some messages in piksi.yaml into separate modules reflecting hierarchy in piksi_firmware. /cc @mfine @denniszollo @cbeighley
sgtc (sounds good to @cbeighley ). |
Earth Centered Earth Fixed (ECEF) coordinates and the status | ||
(single point absolute vs RTK) of the position solution. If the | ||
rover receiver knows the single-point point position of the base | ||
station and has an RTK solution, this reports a pseudo-absolute |
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.
This should say "Surveyed position of the base station". The user has to know an accurate position of the base station in order for the absolute RTK positions to be correspondingly accurate.
hierarchy in piksi_firmware.
Replaces #58 . Closes #45 .
TODO:
piksi.yaml
message fields./cc @mfine @denniszollo @cbeighley @soulcmdc