- valueOf(String) - Static method in enum frc.team670.robot.commands.climb.controlClimb.CycleClimb.ClimbStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum frc.team670.robot.commands.ControlOperatorController.OperatorState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum frc.team670.robot.subsystems.Arm.HeldItem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum frc.team670.robot.subsystems.Arm.LegalState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum frc.team670.robot.utils.ArmControlMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum frc.team670.robot.utils.MustangController.DPadState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum frc.team670.robot.commands.climb.controlClimb.CycleClimb.ClimbStage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum frc.team670.robot.commands.ControlOperatorController.OperatorState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum frc.team670.robot.subsystems.Arm.HeldItem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum frc.team670.robot.subsystems.Arm.LegalState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum frc.team670.robot.utils.ArmControlMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum frc.team670.robot.utils.MustangController.DPadState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector - Class in frc.team670.robot.utils.math
-
- Vector() - Constructor for class frc.team670.robot.utils.math.Vector
-
- Vector(double, double, double) - Constructor for class frc.team670.robot.utils.math.Vector
-
- Vector(double, double) - Constructor for class frc.team670.robot.utils.math.Vector
-
- Vector(Vector) - Constructor for class frc.team670.robot.utils.math.Vector
-
- VISION_ERROR_CODE - Static variable in class frc.team670.robot.constants.RobotConstants
-
- VisionDrive - Class in frc.team670.robot.commands.drive.vision
-
- VisionDrive(DriveBase, MustangCoprocessor, MustangSensors, double, boolean, boolean, MutableDouble) - Constructor for class frc.team670.robot.commands.drive.vision.VisionDrive
-
Add your docs here.
- VisionPivot - Class in frc.team670.robot.commands.drive.vision
-
- VisionPivot(DriveBase, MustangCoprocessor, MustangSensors, double, boolean, boolean) - Constructor for class frc.team670.robot.commands.drive.vision.VisionPivot
-
Add your docs here.
- VisionPurePursuit - Class in frc.team670.robot.commands.drive.vision
-
- VisionPurePursuit(DriveBase, MustangCoprocessor, MustangSensors, double, boolean, MutableDouble) - Constructor for class frc.team670.robot.commands.drive.vision.VisionPurePursuit
-
Deprecated.
- VisionPurePursuitV2 - Class in frc.team670.robot.commands.drive.vision
-
Essentially a combination of VisionPurePursuit and PurePursuit where everything that needs to be done by VisionPurePursuit for setup
is done in the initialize method so this will work properly within a CommandGroup.
- VisionPurePursuitV2(DriveBase, MustangSensors, boolean, MutableDouble, double, MustangCoprocessor) - Constructor for class frc.team670.robot.commands.drive.vision.VisionPurePursuitV2
-
- VisionPurePursuitWithPivot - Class in frc.team670.robot.commands.drive.vision
-
- VisionPurePursuitWithPivot(DriveBase, MustangCoprocessor, MustangSensors, double, boolean, boolean) - Constructor for class frc.team670.robot.commands.drive.vision.VisionPurePursuitWithPivot
-