Skip to content

Commit

Permalink
Merge pull request #67 from mookerji/dzollo-feedback
Browse files Browse the repository at this point in the history
Clarifications from @denniszollo.
  • Loading branch information
mookerji committed Apr 1, 2015
2 parents 9c5b9e2 + 4b97599 commit aaea72b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
17 changes: 8 additions & 9 deletions spec/yaml/swiftnav/sbp/navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ definitions:
The single-point position solution message reports absolute
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
position solution using the base station single-point position
solution and the rover's RTK baseline vector.
rover receiver knows surveyed position of the base station and
has an RTK solution, this reports a pseudo-absolute position
solution using the base station position and the rover's RTK
baseline vector.
fields:
- tow:
type: u32
Expand Down Expand Up @@ -132,11 +132,10 @@ definitions:
desc: |
This single-point position solution message reports the absolute
geodetic coordinates and the status (single point absolute vs
RTK) of the position solution. If the rover receiver knows
single-point point position of the base station and has an RTK
solution, this reports a pseudo-absolute position solution using
the base station single-point position solution and the rover's
RTK baseline vector.
RTK) of the position solution. If the rover receiver knows the
surveyed position of the base station and has an RTK solution,
this reports a pseudo-absolute position solution using the base
station position and the rover's RTK baseline vector.
fields:
- tow:
type: u32
Expand Down
2 changes: 1 addition & 1 deletion spec/yaml/swiftnav/sbp/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ definitions:
- MSG_SETTINGS_READ_BY_INDEX:
id: 0x00A2
short_desc: Read the (Host <=> Piksi)
short_desc: Read setting by direct index (Host <=> Piksi)
desc: |
The settings message for iterating through the settings
values. It will read the setting at an index, returning
Expand Down
16 changes: 8 additions & 8 deletions spec/yaml/swiftnav/sbp/tracking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ definitions:
public: True
short_desc: Satellite tracking channel states.
desc: |
This message returns a variable-length array of tracking channel
states. It reports status and code/carrier phase signal power
measurements for all tracked satellites.
The tracking message returns a variable-length array of tracking
channel states. It reports status and code/carrier phase signal
power measurements for all tracked satellites.
fields:
- states:
type: array
Expand All @@ -62,11 +62,11 @@ definitions:
public: True
short_desc: WGS84 satellite orbit ephemeris parameters
desc: |
This message returns a set of satellite orbit parameters that is
used to calculate GPS satellite position, velocity, and clock
offset (WGS84). Please see the Navstar GPS Space
Segment/Navigation user interfaces (ICD-GPS-200, Table 20-III)
for more details
The ephemeris message returns a set of satellite orbit
parameters that is used to calculate GPS satellite position,
velocity, and clock offset (WGS84). Please see the Navstar GPS
Space Segment/Navigation user interfaces (ICD-GPS-200, Table
20-III) for more details
(http://www.navcen.uscg.gov/pubs/gps/icd200/icd200cw1234.pdf).
fields:
- tgd:
Expand Down

0 comments on commit aaea72b

Please sign in to comment.