Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

I

identity() - Static method in class frc.team670.robot.utils.math.Rotation2d
 
identity() - Static method in class frc.team670.robot.utils.math.Translation2d
 
INCHES_TO_TRAVEL_ONTO_PLATFORM - Static variable in class frc.team670.robot.constants.RobotConstants
 
IncreaseMeasurementOutput - Class in frc.team670.robot.commands.tuning
Add your docs here.
IncreaseMeasurementOutput() - Constructor for class frc.team670.robot.commands.tuning.IncreaseMeasurementOutput
Add your docs here.
init() - Method in class frc.team670.robot.commands.drive.purePursuit.PoseEstimator
 
initBrakeMode() - Method in class frc.team670.robot.subsystems.DriveBase
 
initCoastMode() - Method in class frc.team670.robot.subsystems.DriveBase
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.BaseIntake
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.Claw
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.Climber
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.DriveBase
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.elbow.Elbow
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.extension.BaseExtension
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.extension.Extension
 
initDefaultCommand() - Method in interface frc.team670.robot.subsystems.extension.ExtensionInterface
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.Intake
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.wrist.BaseWrist
 
initDefaultCommand() - Method in class frc.team670.robot.subsystems.wrist.Wrist
 
initDefaultCommand() - Method in interface frc.team670.robot.subsystems.wrist.WristInterface
 
initializePath(double, double, double) - Method in class frc.team670.robot.commands.drive.purePursuit.Path
Initializes the path
initTalonPID(TalonSRX, int, double, double, double, double, double, double, FeedbackDevice, double) - Static method in class frc.team670.robot.utils.functions.SettingUtils
Initializes PID for a TalonSRX controller by setting the PID values, min/max output, the feedback device, and the ramp rate.
initTransition() - Method in class frc.team670.robot.commands.arm.armTransitions.ArmTransition
 
initTransition() - Method in class frc.team670.robot.commands.arm.armTransitions.CommonTransition
 
initTransition() - Method in class frc.team670.robot.commands.arm.armTransitions.GrabBallIntakeToBackCargo
 
initTransition() - Method in class frc.team670.robot.commands.arm.armTransitions.GrabBallIntakeToNeutral
 
initTransition() - Method in class frc.team670.robot.commands.arm.armTransitions.NeutralToGrabBallIntake
 
initTransition() - Method in class frc.team670.robot.commands.arm.armTransitions.NeutralToStow
 
initTransitions() - Method in class frc.team670.robot.subsystems.Arm.ArmState
 
intake - Static variable in class frc.team670.robot.Robot
 
Intake - Class in frc.team670.robot.subsystems
Represents the Intake mechanism of the robot.
Intake() - Constructor for class frc.team670.robot.subsystems.Intake
 
INTAKE_ANGLE_DEPLOYED - Static variable in class frc.team670.robot.subsystems.Intake
 
INTAKE_ANGLE_IN - Static variable in class frc.team670.robot.subsystems.Intake
 
INTAKE_BASE_TALON - Static variable in class frc.team670.robot.constants.RobotMap
 
INTAKE_BEAM_BREAK_DIO_PORT - Static variable in class frc.team670.robot.constants.RobotMap
 
INTAKE_FIXED_LENGTH_IN_INCHES - Static variable in class frc.team670.robot.subsystems.Intake
 
INTAKE_IR_DIO_PORT - Static variable in class frc.team670.robot.constants.RobotMap
 
INTAKE_ROLLER_TALON - Static variable in class frc.team670.robot.constants.RobotMap
 
INTAKE_ROTATING_LENGTH_IN_INCHES - Static variable in class frc.team670.robot.subsystems.Intake
 
INTAKE_RUNNING_CURRENT - Static variable in class frc.team670.robot.subsystems.Intake
 
INTEGRAL - Static variable in class frc.team670.robot.constants.RobotConstants
 
integrateForwardKinematics(RigidTransform, Twist) - Static method in class frc.team670.robot.utils.math.Kinematics
Forward kinematics: Starting in the pose (x, y, theta) at time t, determine the pose at time t + delta_t (x', y', theta') given the robot's left and right wheel velocities.
Interpolable<T> - Interface in frc.team670.robot.utils.math
Taken from Team 254 2017 Robot Code.
interpolate(T, double) - Method in interface frc.team670.robot.utils.math.Interpolable
Interpolates between this value and an other value according to a given parameter.
interpolate(Rotation2d, double) - Method in class frc.team670.robot.utils.math.Rotation2d
 
interpolate(Translation2d, double) - Method in class frc.team670.robot.utils.math.Translation2d
 
inverse() - Method in class frc.team670.robot.utils.math.Rotation
Calculates the inverse of this rotation matrix Basically what when multiplied after this matrix will turn it into the identity matrix In other words, it's the rotation matrix representing the angle that is the opposite of this angle
inverse() - Method in class frc.team670.robot.utils.math.Rotation2d
The inverse of a Rotation2d "undoes" the effect of this rotation.
inverse() - Method in class frc.team670.robot.utils.math.Translation2d
The inverse simply means a Translation2d that "undoes" this object.
isBackCamera() - Method in class frc.team670.robot.dataCollection.MustangCoprocessor
 
isDeployed() - Method in class frc.team670.robot.subsystems.BaseIntake
 
isDone() - Method in class frc.team670.robot.commands.drive.purePursuit.PurePursuitTracker
Tells PurePursuitAction when we are done, indicated by the closest point being the last point of the path
isDriveReversed() - Static method in class frc.team670.robot.commands.drive.teleop.XboxRocketLeagueDrive
 
isFinished() - Method in class frc.team670.robot.commands.climb.armClimb.ArmClimb
 
isFinishedBuilding() - Method in class frc.team670.robot.utils.TrajectoryBuilder
 
isForwardLimitPressed() - Method in class frc.team670.robot.subsystems.elbow.Elbow
 
isForwardLimitPressed() - Method in interface frc.team670.robot.subsystems.elbow.ElbowInterface
Sets the SensorCollection encoder value to encoderValue (use this to reset the encoder when at a known position
isForwardLimitPressed() - Method in class frc.team670.robot.subsystems.extension.Extension
 
isForwardLimitPressed() - Method in interface frc.team670.robot.subsystems.extension.ExtensionInterface
 
isForwardLimitPressed() - Method in class frc.team670.robot.subsystems.wrist.Wrist
 
isForwardLimitPressed() - Method in interface frc.team670.robot.subsystems.wrist.WristInterface
 
isIntakeBeamBreakNull() - Method in class frc.team670.robot.dataCollection.MustangSensors
 
isIntakeDeployed() - Method in class frc.team670.robot.subsystems.Arm.ArmState
True if the intake should be deployed at this ArmState
isIntakeIRSensorNull() - Method in class frc.team670.robot.dataCollection.MustangSensors
Returns the intake IR sensor
isNavXNull() - Method in class frc.team670.robot.dataCollection.MustangSensors
 
isOpen() - Method in class frc.team670.robot.subsystems.Claw
 
isParallel(Rotation2d) - Method in class frc.team670.robot.utils.math.Rotation2d
 
isQuickTurnPressed() - Method in class frc.team670.robot.OI
 
isReverseLimitPressed() - Method in class frc.team670.robot.subsystems.extension.Extension
 
isReverseLimitPressed() - Method in interface frc.team670.robot.subsystems.extension.ExtensionInterface
 
isReverseLimitPressed() - Method in class frc.team670.robot.subsystems.wrist.Wrist
 
isReverseLimitPressed() - Method in interface frc.team670.robot.subsystems.wrist.WristInterface
 
isReverseLmitPressed() - Method in class frc.team670.robot.subsystems.elbow.Elbow
 
isReverseLmitPressed() - Method in interface frc.team670.robot.subsystems.elbow.ElbowInterface
 
isWithinTolerance(double, double, double) - Static method in class frc.team670.robot.utils.functions.MathUtils
Returns true if the value is within +/- tolerance of target
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links