-
-
Notifications
You must be signed in to change notification settings - Fork 57
Telemetry recording and replay with pointing math refactor #411
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
Open
mrosseel
wants to merge
18
commits into
brickbots:main
Choose a base branch
from
mrosseel:telemetry
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
fd7d652
test: add integrator drift integration tests
mrosseel ace665b
feat: add telemetry recording and replay
mrosseel aff51b9
refactor: extract pointing math and telemetry into separate modules
mrosseel 23a9e3d
test: add telemetry unit tests and fix drift test import
mrosseel ae540a6
feat: enhance telemetry with raw IMU, target tracking, replay fixes, …
mrosseel 9b80fa5
chore: remove analysis tools from tracking, keep local only
mrosseel 4b7def5
Merge remote-tracking branch 'upstream/main' into telemetry
mrosseel 9dd628c
Merge remote-tracking branch 'upstream/main' into telemetry
mrosseel bfc349e
Merge upstream/main into telemetry
mrosseel 6c706c4
Merge upstream/main into telemetry
mrosseel a201aca
fix: clear camera_center/camera_solve on failed solves
mrosseel 7d8f6e6
Merge fix-stale-camera-center into telemetry
mrosseel 7b3cc2b
test: fix E741 and mypy errors in telemetry test files
mrosseel d527597
refactor: move get_initialized_solved_dict to its own module
mrosseel 3ceadad
Merge upstream/main into telemetry
mrosseel 6612aba
Merge upstream/main into telemetry
mrosseel 9c4b1f6
refactor(telemetry): drop dead imu_pos/pos fields, record screen_dire…
mrosseel 0a756ab
Merge upstream/main into telemetry
mrosseel 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -160,3 +160,4 @@ astro_data/comets.txt | |
| # users GPS data | ||
| test_ubx | ||
| test_ubx/* | ||
| python/telemetry_analysis/ | ||
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.
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.
Wouldn't it make more sense to do this in imu.update() when the quaternions are read out?