generated from Team488/FRCRobotTemplate
-
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.
Jogilber/improve sensor experience (#9)
* Change encoder values to higher-count ticks, and then additionally convert those ticks to inches in the pose subsystem * Add default shuffleboard * Use newer commonlib * use newer commonlib * Better names for motors
- Loading branch information
Showing
4 changed files
with
161 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
{ | ||
"tabPane": [ | ||
{ | ||
"title": "LiveWindow", | ||
"autoPopulate": true, | ||
"autoPopulatePrefix": "LiveWindow/", | ||
"widgetPane": { | ||
"gridSize": 128.0, | ||
"showGrid": true, | ||
"hgap": 16.0, | ||
"vgap": 16.0, | ||
"tiles": { | ||
"0,0": { | ||
"size": [ | ||
2, | ||
4 | ||
], | ||
"content": { | ||
"_type": "Subsystem Layout", | ||
"_source0": "network_table:///LiveWindow/PoseSubsystem", | ||
"_title": "PoseSubsystem", | ||
"Layout/Label position": "BOTTOM", | ||
"_children": [] | ||
} | ||
}, | ||
"2,0": { | ||
"size": [ | ||
2, | ||
4 | ||
], | ||
"content": { | ||
"_type": "Subsystem Layout", | ||
"_source0": "network_table:///LiveWindow/AutonomousCommandSelector", | ||
"_title": "AutonomousCommandSelector", | ||
"Layout/Label position": "BOTTOM", | ||
"_children": [] | ||
} | ||
}, | ||
"4,0": { | ||
"size": [ | ||
2, | ||
4 | ||
], | ||
"content": { | ||
"_type": "Subsystem Layout", | ||
"_source0": "network_table:///LiveWindow/DriveSubsystem", | ||
"_title": "DriveSubsystem", | ||
"Layout/Label position": "BOTTOM", | ||
"_children": [] | ||
} | ||
}, | ||
"6,0": { | ||
"size": [ | ||
2, | ||
4 | ||
], | ||
"content": { | ||
"_type": "Subsystem Layout", | ||
"_source0": "network_table:///LiveWindow/Ungrouped", | ||
"_title": "Ungrouped", | ||
"Layout/Label position": "BOTTOM", | ||
"_children": [] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"title": "Basic Sensors", | ||
"autoPopulate": false, | ||
"autoPopulatePrefix": "", | ||
"widgetPane": { | ||
"gridSize": 128.0, | ||
"showGrid": true, | ||
"hgap": 16.0, | ||
"vgap": 16.0, | ||
"tiles": { | ||
"3,1": { | ||
"size": [ | ||
2, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/LeftDrive/LeftLeader/position", | ||
"_title": "SmartDashboard/LeftDrive/LeftLeader/position" | ||
} | ||
}, | ||
"3,2": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/PoseSubsystem/CurrentHeading", | ||
"_title": "SmartDashboard/PoseSubsystem/CurrentHeading" | ||
} | ||
}, | ||
"5,1": { | ||
"size": [ | ||
2, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/RightDrive/RightLeader/position", | ||
"_title": "SmartDashboard/RightDrive/RightLeader/position" | ||
} | ||
}, | ||
"3,0": { | ||
"size": [ | ||
2, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/LeftDrive/LeftLeader/voltage", | ||
"_title": "SmartDashboard/LeftDrive/LeftLeader/voltage" | ||
} | ||
}, | ||
"5,0": { | ||
"size": [ | ||
2, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/RightDrive/RightLeader/voltage", | ||
"_title": "SmartDashboard/RightDrive/RightLeader/voltage" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"windowGeometry": { | ||
"x": -1288.0, | ||
"y": -9.0, | ||
"width": 1296.0, | ||
"height": 1000.0 | ||
} | ||
} |
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