-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implementing Rocket Commanding #165
Closed
bwz5
wants to merge
1
commit into
11-14-creating_rocket_telemetry_go_proxy
from
11-16-implementing_rocket_commanding
Closed
Implementing Rocket Commanding #165
bwz5
wants to merge
1
commit into
11-14-creating_rocket_telemetry_go_proxy
from
11-16-implementing_rocket_commanding
+204
−43
Conversation
This file contains 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 was referenced Nov 17, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. |
d97e216
to
5288e38
Compare
3cd9183
to
d22554b
Compare
Graphite Automations"Request reviewers once CI passes" took an action on this PR • (11/17/24)1 reviewer was added to this PR based on Zach Garcia's automation. |
8846d07
to
1c237c9
Compare
5288e38
to
2e0458c
Compare
1c237c9
to
38d6275
Compare
2e0458c
to
d6eb215
Compare
98196d9
to
bb24fbb
Compare
d6eb215
to
148731d
Compare
bb24fbb
to
17cc4c6
Compare
17cc4c6
to
a7e3348
Compare
fill/umbilical/proto_build.cc
Outdated
RocketTelemetry RocketTelemetryProtoBuilder::buildProto(){ | ||
RocketTelemetry rocketTelemetry; | ||
|
||
if (!serial_data){ | ||
if (serial_data.is_open()){ |
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.
We should make a ticket to attempt reconnection if the connection fails
148731d
to
848ebc6
Compare
a7e3348
to
4739290
Compare
848ebc6
to
083456d
Compare
43a09a6
to
6f59b5d
Compare
083456d
to
4547825
Compare
38ba2e9
to
0c6c2fc
Compare
4547825
to
07133ea
Compare
789fb43
to
5e3cf1f
Compare
07133ea
to
c537334
Compare
98b98de
to
4ae3e2b
Compare
c537334
to
276c650
Compare
4ae3e2b
to
01a9b5c
Compare
01a9b5c
to
d6b0f88
Compare
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.
No description provided.