betabot-2024/simgui.json

40 lines
698 B
JSON
Raw Permalink Normal View History

2023-10-25 20:02:03 -04:00
{
"NTProvider": {
"types": {
2023-10-31 19:57:56 -04:00
"/FMSInfo": "FMSInfo",
"/SmartDashboard/Field": "Field2d",
"/SmartDashboard/navX-Sensor[1]": "Gyro"
},
"windows": {
"/SmartDashboard/Field": {
2023-11-30 18:40:12 -05:00
"Robot": {
"arrowColor": [
1.0,
1.0,
1.0,
255.0
],
"color": [
1.0,
1.0,
1.0,
255.0
],
"style": "Box/Image"
},
"XModules": {
"arrowColor": [
0.0,
1.0,
0.0,
255.0
]
},
2023-10-31 19:57:56 -04:00
"window": {
"visible": true
}
}
2023-10-25 20:02:03 -04:00
}
}
}