Draft: Type 55 message for Accelerometer data#16
Draft
lauralindzey wants to merge 33 commits intono_despikingfrom
Draft
Draft: Type 55 message for Accelerometer data#16lauralindzey wants to merge 33 commits intono_despikingfrom
lauralindzey wants to merge 33 commits intono_despikingfrom
Conversation
…eriod of 1 min for GNSS
We have found that it has divide-by-zero errors with some problematic input. This should be fixed properly, but we don't have time to do so in the midst of this cruise, so are just axing that step.
…se -- triggered FPU IRQ but did not doom-loop
We have found that it has divide-by-zero errors with some problematic input. This should be fixed properly, but we don't have time to do so in the midst of this cruise, so are just axing that step.
At some point, I'd like to change the github repo to only be the microSWIFT_V2.2 directory, rather than the workspace above it, but for now, this gitignore hack is expedient.
We still don't know why some of our I2C writes are failing, but there's consistently enough successful reads/writes to collect meaningful data, so we want to go ahead and report what we have. This diff does not include any mechanism for reporting how many samples succeeded/failed in the iridium message.
There's no need to check which sensors are enabled, since if they're not enabled then messages won't be queued, and the get_num_msgs_enqueued call will return 0.
squash me message definition
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Creating pull request to enable direct commentary on the message definition; not necessarily planning to merge this branch as-is.