From 80d52fc2092f8ce309b64bd11ae7fbd79a89c474 Mon Sep 17 00:00:00 2001 From: mayabartels Date: Mon, 21 Jan 2019 13:14:56 -0800 Subject: [PATCH] Edited Robot Map for Arm Changed Elevator motor IDs to say Arm motor IDs --- .../src/main/java/org/usfirst/frc4388/robot/RobotMap.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2019robot/src/main/java/org/usfirst/frc4388/robot/RobotMap.java b/2019robot/src/main/java/org/usfirst/frc4388/robot/RobotMap.java index 64e015f..2db0b96 100644 --- a/2019robot/src/main/java/org/usfirst/frc4388/robot/RobotMap.java +++ b/2019robot/src/main/java/org/usfirst/frc4388/robot/RobotMap.java @@ -22,8 +22,8 @@ public class RobotMap { public static final int CARRIAGE_RIGHT_MOTOR_CAN_ID = 9; //Elevator Motors - public static final int ELEVATOR_MOTOR1_ID = 6; - public static final int ELEVATOR_MOTOR2_ID = 7; + public static final int ARM_MOTOR1_ID = 6; + public static final int ARM_MOTOR2_ID = 7; public static final int CLIMBER_CAN_ID = 10;