A little bit of shuffleboard
This commit is contained in:
parent
db1de38d13
commit
a1aaf44cf9
@ -129,6 +129,11 @@ public class RobotContainer {
|
||||
.withSize(2, 1)
|
||||
.withWidget(BuiltInWidgets.kBooleanBox);
|
||||
|
||||
tab.addBoolean("One Handed Mode?", () -> oneHandedMode)
|
||||
.withPosition(2, 0)
|
||||
.withSize(2, 1)
|
||||
.withWidget(BuiltInWidgets.kBooleanBox);
|
||||
|
||||
Shuffleboard.selectTab("DRIVE");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user