One controller and elastic layout for demo

This commit is contained in:
mimigamin
2026-04-27 23:50:59 -06:00
parent a15a6d08bf
commit 41461c9b07
6 changed files with 127 additions and 259 deletions
+81
View File
@@ -2,6 +2,87 @@
"version": 1.0,
"grid_size": 128,
"tabs": [
{
"name": "DEMO",
"grid_layout": {
"layouts": [],
"containers": [
{
"title": "Controller Binds",
"x": 0.0,
"y": 0.0,
"width": 384.0,
"height": 512.0,
"type": "Large Text Display",
"properties": {
"topic": "/SmartDashboard/Controller Binds",
"period": 0.06,
"data_type": "string"
}
},
{
"title": "Demo % output",
"x": 512.0,
"y": 128.0,
"width": 256.0,
"height": 128.0,
"type": "Text Display",
"properties": {
"topic": "/SmartDashboard/Demo % output",
"period": 0.06,
"data_type": "double",
"show_submit_button": true
}
},
{
"title": "Indexer FWD % Output",
"x": 512.0,
"y": 256.0,
"width": 256.0,
"height": 128.0,
"type": "Text Display",
"properties": {
"topic": "/SmartDashboard/Indexer FWD % Output",
"period": 0.06,
"data_type": "double",
"show_submit_button": true
}
},
{
"title": "IndexerTargetOutput",
"x": 896.0,
"y": 0.0,
"width": 256.0,
"height": 256.0,
"type": "Graph",
"properties": {
"topic": "/AdvantageKit/Shooter/IndexerTargetOutput",
"period": 0.033,
"data_type": "double",
"time_displayed": 5.0,
"color": 4278238420,
"line_width": 2.0
}
},
{
"title": "IndexerOutput",
"x": 896.0,
"y": 256.0,
"width": 256.0,
"height": 256.0,
"type": "Graph",
"properties": {
"topic": "/AdvantageKit/Shooter/IndexerOutput",
"period": 0.033,
"data_type": "double",
"time_displayed": 5.0,
"color": 4278238420,
"line_width": 2.0
}
}
]
}
},
{
"name": "Teleoperated",
"grid_layout": {