This repository was archived by the owner on Apr 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Change libswiftnav to support L2CM tracking in Peregrine #350
Merged
pmiettinen
merged 19 commits into
swift-nav:master
from
rge-exafore:libswiftnav-peregrine-l2c
May 20, 2016
Merged
Change libswiftnav to support L2CM tracking in Peregrine #350
pmiettinen
merged 19 commits into
swift-nav:master
from
rge-exafore:libswiftnav-peregrine-l2c
May 20, 2016
Conversation
This file contains hidden or 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
6ab3b55
to
7f0c7f6
Compare
The changes look good to me. |
HITL tests: piksi_firmware_v0.21-209-g7c56849.hex |
python/swiftnav/nav_msg.pyx
Outdated
cdef gps_l1ca_decoded_data_t tmp_d = d._thisptr | ||
return process_subframe(&self._thisptr, sid, &tmp_d) | ||
cdef gnss_signal_t tmp_sid = sid._thisptr | ||
return process_subframe(&self._thisptr, tmp_sid, &tmp_d) |
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.
tmp_d is a local. so no data is returned in d.
b65fb1a
to
be6f90a
Compare
I don't see any cause for concern. Merge if you're done with it. |
Added cython bindings for GPS CNAV message decoding. Fixed destination directory for libfec headers. Added local user environment support for extensions build. Updated CNAV message generation.
Updated cython bindings for GPS L1 C/A message generation.
Updated python implementation for aided tracking.
Updared python bindings for use with Peregrine.
be6f90a
to
9a85cf5
Compare
This was referenced May 20, 2016
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request combines #315 and #326. Both those requests are required to merge Peregrine changes to support L2C tracking.