Skip to content

Commit

Permalink
ad scope layout
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Dec 14, 2024
1 parent ea8f4df commit 02118dd
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions advantagescope-layout-telemetry.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
"/NT/Faults/Active Faults",
"/Robot/Faults",
"/Robot/Faults/Counts",
"/Robot/Swerve/Desired Speeds",
"/Robot/Swerve/Speeds"
"/Robot/Swerve",
"/Robot/Swerve/left-arducam",
"/Robot/Swerve/left-arducam/Estimate"
]
},
"tabs": {
"selected": 2,
"selected": 1,
"tabs": [
{
"type": 0,
Expand All @@ -45,6 +46,34 @@
"logType": "Pose2d",
"visible": true,
"options": {}
},
{
"type": "vision",
"logKey": "NT:/Robot/Swerve/Detected Tags",
"logType": "Pose3d[]",
"visible": true,
"options": {
"color": "#00ff00",
"size": "normal"
}
},
{
"type": "ghost",
"logKey": "NT:/Robot/Swerve/Accepted Estimates",
"logType": "Pose3d[]",
"visible": true,
"options": {
"color": "#00ff00"
}
},
{
"type": "ghost",
"logKey": "NT:/Robot/Swerve/Rejected Estimates",
"logType": "Pose3d[]",
"visible": true,
"options": {
"color": "#ffff00"
}
}
],
"game": "2024 Field",
Expand Down

0 comments on commit 02118dd

Please sign in to comment.