From d9d0f11de7d6aca8989a2fc53f5145aa632f96a6 Mon Sep 17 00:00:00 2001 From: Carlos Rivas Date: Sat, 14 Sep 2024 12:19:44 -0700 Subject: [PATCH] A bit of format changes --- .../org/firstinspires/ftc/teamcode/PedrosConstants.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/PedrosConstants.java b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/PedrosConstants.java index 5f41c6a..f002681 100644 --- a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/PedrosConstants.java +++ b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/PedrosConstants.java @@ -2,6 +2,10 @@ package org.firstinspires.ftc.teamcode; public class PedrosConstants { + /* + Robot parameters + */ + // Robot motor configurations public static final String FRONT_LEFT_MOTOR = "Drive front lt"; public static final String BACK_LEFT_MOTOR = "Drive back lt"; @@ -18,7 +22,7 @@ public class PedrosConstants { /* Pedro's parameters - */ + */ // The weight of the robot in Kilograms public static final double ROBOT_WEIGHT_IN_KG = 10.65942;