This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
fixing gyro not in io (#206) #799
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L30
frc.robot.Robot.m_robotContainer.s_Arm.armMotor1 is a MotorController which performs IO. It should be in an IO class!
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L155
frc.robot.Robot.m_robotContainer.s_Arm.armMotor1 is a MotorController which performs IO. It should be in an IO class!
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L23
frc.robot.Robot.m_robotContainer.s_Arm.armMotor1 is a MotorController which performs IO. It should be in an IO class!
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L30
frc.robot.Robot.m_robotContainer.s_Arm.armMotor2 is a MotorController which performs IO. It should be in an IO class!
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L155
frc.robot.Robot.m_robotContainer.s_Arm.armMotor2 is a MotorController which performs IO. It should be in an IO class!
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L24
frc.robot.Robot.m_robotContainer.s_Arm.armMotor2 is a MotorController which performs IO. It should be in an IO class!
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L30
frc.robot.Robot.m_robotContainer.s_Arm.armEncoder is a MotorFeedbackSensor which performs IO. It should be in an IO class!
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L155
frc.robot.Robot.m_robotContainer.s_Arm.armEncoder is a MotorFeedbackSensor which performs IO. It should be in an IO class!
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L26
frc.robot.Robot.m_robotContainer.s_Arm.armEncoder is a MotorFeedbackSensor which performs IO. It should be in an IO class!
|
Compile and run tests on robot code:
src/main/java/frc/robot/Robot.java#L30
frc.robot.Robot.m_robotContainer.s_Arm.armSolenoid is a DoubleSolenoid which performs IO. It should be in an IO class!
|
The logs for this run have expired and are no longer available.
Loading