-
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
Display sensor values in control station GUI #81
Conversation
50b3fed
to
8cfeb7f
Compare
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.
Thanks for working on this. To keep the PR focused on a specific issue, please refrain from mixing changes that are out of scope. Some small issues and some minor suggestions.
control-station/src/components/SensorBoxes/Sensors/SensorsContainer.tsx
Outdated
Show resolved
Hide resolved
control-station/src/components/SensorBoxes/Sensors/SensorsContainer.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Taesung Hwang <[email protected]>
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.
Approving to unblock additional work on GUI, please make sure to squash during merge.
Emit sensor values in
pod_periodic
(might move some torunning_periodic
) and display values in sensor boxes in GUI.Resolves #44.