This commit is contained in:
Olivier Dubois 2023-12-05 19:19:55 -05:00
parent bf8ddfcf2a
commit 371ffad09f

View File

@ -40,8 +40,7 @@ public class RobotContainer {
ShuffleboardLayout forces = Shuffleboard.getTab("Dashboard") ShuffleboardLayout forces = Shuffleboard.getTab("Dashboard")
.getLayout("forces", BuiltInLayouts.kList) .getLayout("forces", BuiltInLayouts.kList)
.withSize(1, 7) .withSize(1, 7)
.withPosition(1, 0) .withPosition(1, 0);
.withSize(1, 7);
GenericEntry force1 = forces.add("Force1", 2).getEntry(); GenericEntry force1 = forces.add("Force1", 2).getEntry();
GenericEntry force2 = forces.add("Force2", 4).getEntry(); GenericEntry force2 = forces.add("Force2", 4).getEntry();