-
Notifications
You must be signed in to change notification settings - Fork 5
Migrate to V2 packet format #113
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 2 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
21a783d
Add new packet format
khang-874 0f4f83c
fix parsing
khang-874 55bd4b2
Start migrating packet spec
EliasJRH 0ee629e
Remove sync word
EliasJRH 212fd5d
Start working on parsing
EliasJRH 0edb1a0
fix comment
Juan-789 1fb3628
add id, and fix to voltage. And fix a letter in a case
Juan-789 41943f4
Merge branch 'new-packet-format' of https://github.com/CarletonURocke…
Juan-789 497fa9e
Add parsing hex
EliasJRH fa0f8b2
continue transition to new spec
AngusJull 03f1fe7
generalize block parsing and types
AngusJull efd1d48
go back to using dataclasses for blocks
AngusJull 8a00102
update parsing to use new block types
AngusJull 1a72091
start working on a more comprehensible decoder
AngusJull 8d3f925
rip out decoder, replace with boring list
AngusJull e7bd438
fix imports and types
AngusJull c339d30
add a sample mission file for new spec
AngusJull f0629d7
Separate launch and sea level alt and fix mission times
EliasJRH 3f471cf
Fix callsign warning to account for callzones
EliasJRH 9cc661d
Add more error catching
EliasJRH cdcf34f
add mission that follows new spec
AngusJull 9f2a4e1
add converter from nuttx output to missions
AngusJull 2046519
Add necesarry unit conversions
EliasJRH 1a6766e
Have blocks be output as understandable values
EliasJRH 042932b
Add new packet format
khang-874 9aa87d7
fix parsing
khang-874 22e96d8
fix comment
Juan-789 db1efb0
add id, and fix to voltage. And fix a letter in a case
Juan-789 c6f5be7
Start migrating packet spec
EliasJRH f775546
Remove sync word
EliasJRH 2e945a9
Rebase
EliasJRH efc8bcd
Add parsing hex
EliasJRH 69cede8
continue transition to new spec
AngusJull feefa85
generalize block parsing and types
AngusJull 971b356
go back to using dataclasses for blocks
AngusJull f630a27
update parsing to use new block types
AngusJull f5c4bfb
start working on a more comprehensible decoder
AngusJull ba8dee4
rip out decoder, replace with boring list
AngusJull 8ea7e49
fix imports and types
AngusJull ebdc8a0
add a sample mission file for new spec
AngusJull 28dfc81
Separate launch and sea level alt and fix mission times
EliasJRH 2747872
Fix callsign warning to account for callzones
EliasJRH 8039ee5
Add more error catching
EliasJRH 2540aef
add mission that follows new spec
AngusJull 52f5be3
add converter from nuttx output to missions
AngusJull 8b64dce
Add necesarry unit conversions
EliasJRH 78d1bba
Have blocks be output as understandable values
EliasJRH 3bf7151
Rebase
EliasJRH 9d0ea6e
Fix telemetry output dict
EliasJRH 75c1524
Merge remote-tracking branch 'refs/remotes/origin/packet-format' into…
EliasJRH 55f0ae2
Add function for magnitude
EliasJRH 08e844c
Add linear acceleration and voltage to data output
EliasJRH 97f91a4
Remove debug logs
EliasJRH 91d2288
Move old missions to archive folder
EliasJRH 6fee9b2
Format
EliasJRH 76cf589
Format
EliasJRH f33b476
Add rules to ignore star imports
EliasJRH 5320b21
Format
EliasJRH de3fc06
Fix some formatting issues
EliasJRH fc3dbe6
Comment out tests (need to be replaced)
EliasJRH 9d73405
Update requirements
EliasJRH 4e57b69
Update rocket name
EliasJRH 619559b
More formatting fix
EliasJRH d1012bd
Remove syncword from testing until it's confirmed to be working
EliasJRH 22cca75
The linter can bite me
EliasJRH 0f1cab8
bruh
EliasJRH 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.
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.
Did not know about this approx helper, gonna start using that from now on!