A bit of format changes

This commit is contained in:
2024-09-14 12:19:44 -07:00
parent 4dc7b493fa
commit d9d0f11de7

View File

@ -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;