-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display sensor values in control station GUI (#81)
* sensor values in control station * chk * chk * chk * Display current FSM state in control panel (#61) * Add new Faulted state for pod failures (#78) Add faulted to podop * Added sensor values to gui * Added sensor values to GUI * Added sensor values to GUI while solving issues for frontend * fix serde error * uncomment * remove checks * Final commit * Final commit * Made some UI changes * Made some changes tothe UI * Update control-station/src/services/PodSocketClient.ts Co-authored-by: Taesung Hwang <[email protected]> * Changed datatypes * Sending distance and speed * Changed interface name * Made serverResponse Partial * Made serverResponse Partial --------- Showing sensor values to the sensor boxes in GUI. Changed the size of statusIndicator to fit more sensorBoxes. Co-authored-by: Sam Der <[email protected]> Co-authored-by: vrushang1234 <[email protected]> Co-authored-by: Vrushang Anand <[email protected]> Co-authored-by: Taesung Hwang <[email protected]>
- Loading branch information
1 parent
c22567b
commit dd20036
Showing
11 changed files
with
92 additions
and
26 deletions.
There are no files selected for viewing
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 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
11 changes: 8 additions & 3 deletions
11
control-station/src/components/SensorBoxes/Sensors/SensorBox.tsx
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
21 changes: 16 additions & 5 deletions
21
control-station/src/components/SensorBoxes/Sensors/SensorsContainer.tsx
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
9 changes: 6 additions & 3 deletions
9
control-station/src/components/StatusIndicator/StatusIndicator.css
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 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 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 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 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 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 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