Add Elastic dashboard layout#324
Open
auscompgeek wants to merge 3 commits into
Open
Conversation
|
| Filename | Overview |
|---|---|
| deploy/elastic-layout.json | New Elastic dashboard layout file with two tabs (Teleoperated and Autonomous); widgets and positions look correct with one minor title inconsistency for the same ballistics topic across tabs. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
subgraph Teleoperated
T_Field["Field (0,0) 512x256"]
T_FMS["FMSInfo (768,0) 384x128"]
T_GameData["Game Data (640,0) 128x128"]
T_HoodRet["hood retracted (512,0) 128x128"]
T_ActiveLUT["active LUT (512,128) 128x128"]
T_Port["port 👀 (768,128) 128x128"]
T_HoodPID["Hood PID (0,256) 256x384"]
T_MaxSpeed["max_speed slider (256,256) 256x128"]
T_MaxSpin["max_spin_rate (256,384) 128x128"]
T_HeadingPID["Heading PID (512,256) 256x384"]
end
subgraph Autonomous
A_Field["Field (0,0) 512x256"]
A_FMS["FMSInfo (768,0) 384x128"]
A_AutoMode["Autonomous Mode chooser (512,0) 256x128"]
A_ActiveTable["active_table (512,128) 128x128"]
A_Port["port 👀 (768,128) 128x128"]
A_CagedDur["caged_shooting_duration (896,128) 128x128"]
A_AutoXPID["Auto X PID (0,256) 256x384"]
A_AutoYPID["Auto Y PID (256,256) 256x384"]
A_HeadingPID["Heading PID (512,256) 256x384"]
end
T_ActiveLUT -. "same topic" .-> A_ActiveTable
Reviews (2): Last reviewed commit: "Add elastic dashboard layout" | Re-trigger Greptile
be13630 to
2bf33f3
Compare
2bf33f3 to
0268e32
Compare
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.
Uh oh!
There was an error while loading. Please reload this page.