-
-
Notifications
You must be signed in to change notification settings - Fork 250
ENH: Adds GNSS Receiver sensor #636
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
88cd9a2
ENH: class GNSS
MateusStano 686e665
ENH: gnss prints
MateusStano a5c8513
ENH: add params to measure call
MateusStano 7c0e507
ENH: export data
MateusStano ae682cb
ENH: pass env in .measure
MateusStano 575148a
DOC: gnss attribute docs
MateusStano da74430
MNT: units in prints
MateusStano c62f475
Merge branch 'enh/sensors-impl' into enh/gps
MateusStano 0f25181
MNT: fix merge errors
MateusStano 0bc461d
TST: add gnss tests
MateusStano 3b46ae2
TST: fix time nodes tests
MateusStano dd4d63c
DEV: add gnss to sensors testing notebook
MateusStano 137c6ec
Merge branch 'enh/sensors-impl' into enh/gps
MateusStano f926472
DEV: fix merge errors
MateusStano d9458a1
MNT: lint and isort
MateusStano 0e1c58e
MNT: black notebooks
MateusStano 0744b79
TST: fix test by inversion of rotation
MateusStano e6fdaeb
TST: lower rel tolerances and delete duplicated tests
MateusStano 6f741df
MNT: minor fixes
MateusStano 9ce718e
ENH: export sensor data by sensor name
MateusStano a28e7bd
MNT: use inverted_haversine in GNSS
MateusStano 887e0a9
BUG: bearing unit in inverted_haversine
MateusStano dc43f27
MNT: pylint
MateusStano 2295609
TST: add test for export with sensor name
MateusStano 015f5ea
MNT: rename `GNSS` class to `GnssReceiver`
Gui-FernandesBR 26859e6
MNT: fix lint
Gui-FernandesBR 6265f05
MNT: rename gnss file
Gui-FernandesBR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MNT: fix merge errors
- Loading branch information
commit 0f25181a7ac1afe167d883ba31400fa53637dd23
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| from .sensor import InertialSensor, ScalarSensor, Sensor | ||
| from .accelerometer import Accelerometer | ||
| from .gyroscope import Gyroscope | ||
| from .barometer import Barometer | ||
| from .gnss import GNSS | ||
| from .gyroscope import Gyroscope | ||
| from .sensor import InertialSensor, ScalarSensor, Sensor |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.