-
Notifications
You must be signed in to change notification settings - Fork 12
python: implement CAM 2.4.0 and use SDK in its-vehicle #581
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ymorin-orange
merged 31 commits into
Orange-OpenSource:master
from
ymorin-orange:nyma/gh-226-its-vehicle-sdk
Aug 10, 2026
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
1378dc4
github: fix pythopn MR template
ymorin-orange df2c65c
python: fix a few typoes
ymorin-orange 15b157e
python/iot3/mobility: forget the sock_fd on disconnect()
ymorin-orange fcc1f8f
python/iot3/mobility: trigger disconnect when stopping gpsd client
ymorin-orange ad7be24
python/iot3/mobility: fix parsing gpsd's attitude messages
ymorin-orange ef20231
python/iot3/mobility: rename attribute with data for current epoch
ymorin-orange e688e7d
python/iot3/mobility: better heuristic to build a GNSS measurement
ymorin-orange 8aadc77
python/iot3/mobility: simplify GNSSReport's post-init
ymorin-orange c3ac934
python/iot3/mobility: add error ellipse to GNSSReposrt object
ymorin-orange 8d70a15
python/iot3/mobility: store the GST message from gpsd
ymorin-orange d71bb01
python/iot3/mobility: create GNSSReport with error ellipse from GST
ymorin-orange 2f191a3
python/iot3/mobility: allow caller to specify age of valid GNSSReport()
ymorin-orange 24a35ed
python/iot3/mobility: add method to get position confidence ellipse
ymorin-orange c757e3d
python/iot3/mobility: use new position confidence ellipse method
ymorin-orange a707109
python/iot3/mobility: compliance with python 3.12
tigroo 1fd9134
python/iot3/mobility: add method to get altitude confidence
ymorin-orange ce28f01
python/iot3/mobility: use new altitude confidence method
ymorin-orange 782b223
python/iot3/mobility: add method to get full reference position
ymorin-orange 4a6b7bb
python/iot3/mobility: simplify CPM with new reference position method
ymorin-orange 338bc7f
python/iot3/mobility: implement CAM 2.4.0
tigroo 6e4c0e7
python: bump iot3 SDK requirement for apps
ymorin-orange db767c9
python/its-vehicle: drop never-used timestamp-based gpsd heuristic
ymorin-orange 859c86d
python/its-vehicle: swith to iot3.mobility.gnss
ymorin-orange e73e9f1
python/its-vehicle: swith to iot3.mobility.cam
ymorin-orange ada832e
python/its-vehicle: accept lat/lon to get RoI
ymorin-orange ca128a2
python/its-vehicle: do not create a quadkey just to get the RoI
ymorin-orange 327c8b0
python/iot3/tests: use non-standard port for gpsfake
ymorin-orange e171964
python/iot3/tests: tweaks and fixes in comments
ymorin-orange d0d7bd0
python/iot3/tests; check faster when connecting to gpsd
ymorin-orange 3ae4a6a
python/iot3/tests; add tests for GST and error ellipse in GNSReport
ymorin-orange 0cb1108
python/iot3/tests: extend CAM tests for CAM 2.4.0 and error ellipse
ymorin-orange 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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
curious to use an older version...
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.
3.11.17 was never released. The last 3.11 was 3.11.15. But at the time I wrote the MR template, the latest was 3.11.14. And if you look at your numpad, the '4' and the '7' are next to each other, so my guess is that I fat-fingered the 7 for the 4... :-/