Index

A B C D E F G I L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbsoluteEncoderLogger - Class in frc.robot.loggers.revlib
Custom logger for AbsoluteEncoders.
AbsoluteEncoderLogger() - Constructor for class frc.robot.loggers.revlib.AbsoluteEncoderLogger
Creates a new AbsoluteEncoderLogger.
ANGULAR_VELOCITY_COEFFICIENT - Static variable in class frc.robot.Constants.DrivetrainConstants.AngularVelocityCompensation
The angular velocity coefficient.
AngularVelocityCompensation() - Constructor for class frc.robot.Constants.DrivetrainConstants.AngularVelocityCompensation
 
Auto - Class in frc.robot.subsystems
Subsystem for the robot's autonomous functionality.
Auto() - Constructor for class frc.robot.subsystems.Auto
 
AUTO_TAB_NAME - Static variable in class frc.robot.Constants.DashboardConstants
The name of the tab used in Auto.
AutoConstants() - Constructor for class frc.robot.Constants.AutoConstants
 
autoInit() - Method in class frc.robot.RobotContainer
This method is run at the start of Auto.
autonomousInit() - Method in class frc.robot.Robot
This autonomous runs the autonomous command selected by your RobotContainer class.
autonomousPeriodic() - Method in class frc.robot.Robot
This function is called periodically during autonomous.

B

BUILD_DATE - Static variable in class frc.robot.VersionConstants
Date on which the robot program was built in a human-readable format.
BUILD_UNIX_TIME - Static variable in class frc.robot.VersionConstants
Date on which the robot program was built in unix time.

C

centerModulesCommand() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Command to center the modules of the SwerveDrive subsystem.
CONFIG_DIR - Static variable in class frc.robot.Constants.DrivetrainConstants
Directory that contains the YAGSL configuration.
Constants - Class in frc.robot
The Constants class provides a convenient place for teams to hold robot-wide numerical or boolean constants.
Constants() - Constructor for class frc.robot.Constants
 
Constants.AutoConstants - Class in frc.robot
Constants used to configure the autonomous program.
Constants.DashboardConstants - Class in frc.robot
Constants used to configure the driver dashboard.
Constants.DrivetrainConstants - Class in frc.robot
Constants used by the Drivetrain.
Constants.DrivetrainConstants.AngularVelocityCompensation - Class in frc.robot
Angular velocity skew correction configuration.
Constants.DrivetrainConstants.EncoderAutoSynchronization - Class in frc.robot
Configure auto synchronization for encoders during a match.
Constants.DrivetrainConstants.Pathfinding - Class in frc.robot
Configure pathfinding to poses.
Constants.DrivetrainConstants.SysId - Class in frc.robot
SysId configuration.
Constants.FieldConstants - Class in frc.robot
Constants that describe the physical layout of the field.
Constants.LoggingConstants - Class in frc.robot
Constants used to configure logging.
Constants.OperatorConstants - Class in frc.robot
Constants used to configure the operator controllers.
Constants.VisionConstants - Class in frc.robot
Constants used to configure vision.

D

DashboardConstants() - Constructor for class frc.robot.Constants.DashboardConstants
 
DEADBAND - Static variable in class frc.robot.Constants.DrivetrainConstants.EncoderAutoSynchronization
Deadband in degrees.
DEADBAND - Static variable in class frc.robot.Constants.OperatorConstants
Joystick deadband.
DEBUG_LEVEL - Static variable in class frc.robot.Constants.LoggingConstants
Log all data above specified level.
DEBUG_MODE - Static variable in class frc.robot.Constants.LoggingConstants
Send logging data to NetworkTables.
DELAY - Static variable in class frc.robot.Constants.DrivetrainConstants.SysId
Delay in seconds between each section.
DIRTY - Static variable in class frc.robot.VersionConstants
Are there uncommited changes?
disabledInit() - Method in class frc.robot.Robot
This function is called once each time the robot enters Disabled mode.
disabledPeriodic() - Method in class frc.robot.Robot
 
drive(Translation2d, double, boolean) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
The primary method for controlling the drivebase.
drive(ChassisSpeeds) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Drive according to the chassis robot oriented velocity.
drive(ChassisSpeeds, Drivetrain.TranslationOrientation) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Drives the robot with the given translation orientation.
driveAngularCommand(DoubleSupplier, DoubleSupplier, DoubleSupplier) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Command to drive the robot using translative values and heading as angular velocity.
driveAngularVelocity(CommandXboxController) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
A copy of DrivetrainControls.driveGeneric(CommandXboxController) that uses angular velocity control for turning.
driveAngularVelocityCommand(CommandXboxController, Drivetrain.TranslationOrientation) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
DrivetrainControls.driveInputStreamScaledCommand(SwerveInputStream, TranslationOrientation) that uses DrivetrainControls.driveAngularVelocity(CommandXboxController).
driveDirectAngle(CommandXboxController) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
A copy of DrivetrainControls.driveGeneric(CommandXboxController) that uses heading control for turning.
driveDirectAngleCommand(CommandXboxController, Drivetrain.TranslationOrientation) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
DrivetrainControls.driveInputStreamScaledCommand(SwerveInputStream, TranslationOrientation) that uses DrivetrainControls.driveDirectAngle(CommandXboxController).
driveDirectAngleSim(CommandXboxController) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
A copy of DrivetrainControls.driveGeneric(CommandXboxController) that pulls rotation from controller axis 2 for use in simulation.
driveDirectAngleSimCommand(CommandXboxController, Drivetrain.TranslationOrientation) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
DrivetrainControls.driveInputStreamScaledCommand(SwerveInputStream, TranslationOrientation) that uses DrivetrainControls.driveDirectAngleSim(CommandXboxController).
driveFieldOriented(ChassisSpeeds) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Drive the robot given a chassis field oriented velocity.
driveFieldOrientedCommand(Supplier<ChassisSpeeds>) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Drive the robot given a chassis field oriented velocity.
driveHeadingCommand(DoubleSupplier, DoubleSupplier, DoubleSupplier, DoubleSupplier) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Command to drive the robot using translative values and heading as a setpoint.
DRIVER_CONTROLLER_PORT - Static variable in class frc.robot.Constants.OperatorConstants
Controller port index where the driver controller is connected.
driveStaticHeading(CommandXboxController, Supplier<Rotation2d>) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
A copy of DrivetrainControls.driveGeneric(CommandXboxController) that uses a preset heading.
driveStaticHeadingCommand(CommandXboxController, Drivetrain.TranslationOrientation, Supplier<Rotation2d>) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
DrivetrainControls.driveInputStreamScaledCommand(SwerveInputStream, TranslationOrientation) that uses DrivetrainControls.driveStaticHeading(CommandXboxController, Supplier).
driveStaticHeadingNearestPoseCommand(CommandXboxController, Drivetrain.TranslationOrientation, List<Pose2d>) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
driveToDistanceCommand(double, double) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Command that drives the swerve drive to a specific distance at a given speed.
driveToNearestPoseCommand(List<Pose2d>) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Drives to the nearest pose out of a list.
driveToPoseCommand(Supplier<Pose2d>) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Use PathPlanner Path finding to go to a point on the field.
Drivetrain - Class in frc.robot.subsystems.drivetrain
Subsystem that controls the drivetrain.
Drivetrain(File) - Constructor for class frc.robot.subsystems.drivetrain.Drivetrain
Initialize SwerveDrive with the directory provided.
Drivetrain.TranslationOrientation - Enum Class in frc.robot.subsystems.drivetrain
The frame of reference for drivetrain translation.
DrivetrainConstants() - Constructor for class frc.robot.Constants.DrivetrainConstants
 
DrivetrainControls - Class in frc.robot.subsystems.drivetrain
Class that handles controlling the Drivetrain with HID controllers.
DrivetrainControls(Drivetrain) - Constructor for class frc.robot.subsystems.drivetrain.DrivetrainControls
Creates a new DrivetrainControls.
driveWithSetpointGeneratorFieldRelativeCommand(Supplier<ChassisSpeeds>) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Drive with 254's Setpoint generator; port written by PathPlanner.
DYNAMIC_TIMEOUT - Static variable in class frc.robot.Constants.DrivetrainConstants.SysId
Time in seconds to run Dynamic routines.

E

Elastic - Class in frc.robot.util
 
Elastic() - Constructor for class frc.robot.util.Elastic
 
Elastic.Notification - Class in frc.robot.util
Represents an notification object to be sent to the Elastic dashboard.
Elastic.Notification.NotificationLevel - Enum Class in frc.robot.util
Represents the possible levels of notifications for the Elastic dashboard.
ENABLE_COSINE_COMPENSATION - Static variable in class frc.robot.Constants.DrivetrainConstants
ENABLE_HEADING_CORRECTION - Static variable in class frc.robot.Constants.DrivetrainConstants
ENABLE_VISION - Static variable in class frc.robot.Constants.VisionConstants
Enable vision odometry updates.
ENABLED - Static variable in class frc.robot.Constants.DrivetrainConstants.EncoderAutoSynchronization
Enable auto synchronization.
EncoderAutoSynchronization() - Constructor for class frc.robot.Constants.DrivetrainConstants.EncoderAutoSynchronization
 
end(boolean) - Method in class frc.robot.commands.drivetrain.LockWheelsCommand
 
end(boolean) - Method in class frc.robot.commands.WaitUntilInterrupt
 
ERROR - Enum constant in enum class frc.robot.util.Elastic.Notification.NotificationLevel
Error message
execute() - Method in class frc.robot.commands.drivetrain.LockWheelsCommand
 
execute() - Method in class frc.robot.commands.RunOnceDeferred
 

F

FIELD_LAYOUT - Static variable in class frc.robot.Constants.FieldConstants
AprilTag Field Layout for the current game.
FIELD_RELATIVE - Enum constant in enum class frc.robot.subsystems.drivetrain.Drivetrain.TranslationOrientation
Translation relative to the field rotation.
FieldConstants() - Constructor for class frc.robot.Constants.FieldConstants
 
flipPoseAlliance(Pose2d) - Static method in class frc.robot.util.PoseUtil
Flips a pose to the other alliance.
flipTransformY(Transform2d) - Static method in class frc.robot.util.PoseUtil
Flips a transform across the X axis (inverts the Y axis).
flipTranslationAlliance(Translation2d) - Static method in class frc.robot.util.PoseUtil
Flips a translation to the other alliance.
frc.robot - package frc.robot
FRC Team 7617's template robot code.
frc.robot.commands - package frc.robot.commands
Custom Commands to aid in controlling the robot.
frc.robot.commands.drivetrain - package frc.robot.commands.drivetrain
Commands to aid in controlling the Drivetrain.
frc.robot.loggers - package frc.robot.loggers
Custom logger classes.
frc.robot.loggers.revlib - package frc.robot.loggers.revlib
 
frc.robot.loggers.revlib.structs - package frc.robot.loggers.revlib.structs
 
frc.robot.subsystems - package frc.robot.subsystems
Classes that control the robot's subsystems.
frc.robot.subsystems.drivetrain - package frc.robot.subsystems.drivetrain
Classes that control the robot's Drivetrain.
frc.robot.subsystems.vision - package frc.robot.subsystems.vision
 
frc.robot.util - package frc.robot.util
Utility classes to aid in controlling the robot.

G

getAutonomousCommand() - Method in class frc.robot.RobotContainer
Use this to pass the autonomous command to the main Robot class.
getAutonomousCommand(String) - Static method in class frc.robot.subsystems.Auto
Get the path follower with events.
getDescription() - Method in class frc.robot.util.Elastic.Notification
 
getDisplayTimeMillis() - Method in class frc.robot.util.Elastic.Notification
Gets the display time of the notification in milliseconds
getFieldVelocity() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Gets the current field-relative velocity (x, y and omega) of the robot.
getHeading() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Gets the current yaw angle of the robot, as reported by the swerve pose estimator in the underlying drivebase.
getHeight() - Method in class frc.robot.util.Elastic.Notification
Gets the height of the notification
getKinematics() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Get the swerve drive kinematics object.
getLevel() - Method in class frc.robot.util.Elastic.Notification
 
getPitch() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Gets the current pitch angle of the robot, as reported by the imu.
getPose() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Gets the current pose (position and rotation) of the robot, as reported by odometry.
getRobotVelocity() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Gets the current velocity (x, y and omega) of the robot.
getSchema() - Method in class frc.robot.loggers.revlib.structs.SparkFaultsStruct
 
getSchema() - Method in class frc.robot.loggers.revlib.structs.SparkWarningsStruct
 
getSize() - Method in class frc.robot.loggers.revlib.structs.SparkFaultsStruct
 
getSize() - Method in class frc.robot.loggers.revlib.structs.SparkWarningsStruct
 
getSwerveController() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Get the SwerveController in the swerve drive.
getSwerveDrive() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Gets the swerve drive object.
getSwerveDriveConfiguration() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Get the SwerveDriveConfiguration object.
getTitle() - Method in class frc.robot.util.Elastic.Notification
Gets the title of this notification
getTypeClass() - Method in class frc.robot.loggers.revlib.structs.SparkFaultsStruct
 
getTypeClass() - Method in class frc.robot.loggers.revlib.structs.SparkWarningsStruct
 
getTypeName() - Method in class frc.robot.loggers.revlib.structs.SparkFaultsStruct
 
getTypeName() - Method in class frc.robot.loggers.revlib.structs.SparkWarningsStruct
 
getVision() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Gets the vision object.
getWidth() - Method in class frc.robot.util.Elastic.Notification
Gets the width of the notification
GIT_BRANCH - Static variable in class frc.robot.VersionConstants
Git branch.
GIT_DATE - Static variable in class frc.robot.VersionConstants
Git commit date.
GIT_REVISION - Static variable in class frc.robot.VersionConstants
Git revision number.
GIT_SHA - Static variable in class frc.robot.VersionConstants
Git commit hash.

I

INFO - Enum constant in enum class frc.robot.util.Elastic.Notification.NotificationLevel
Informational Message
initialize() - Method in class frc.robot.commands.drivetrain.LockWheelsCommand
 
initialize() - Method in class frc.robot.commands.WaitUntilInterrupt
 
inst - Static variable in class frc.robot.loggers.revlib.structs.SparkFaultsStruct
Static instance of the struct.
inst - Static variable in class frc.robot.loggers.revlib.structs.SparkWarningsStruct
Static instance of the struct.
isFinished() - Method in class frc.robot.commands.drivetrain.LockWheelsCommand
 
isFinished() - Method in class frc.robot.commands.RunOnceDeferred
 
isFinished() - Method in class frc.robot.commands.WaitUntilInterrupt
 
isImmutable() - Method in class frc.robot.loggers.revlib.structs.SparkFaultsStruct
 
isImmutable() - Method in class frc.robot.loggers.revlib.structs.SparkWarningsStruct
 
isRedAlliance() - Static method in class frc.robot.util.Util
Checks if the alliance is red, defaults to false if alliance isn't available.

L

lock() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Lock the swerve drive to prevent it from moving.
lockCommand() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Command to lock the swerve drive to prevent it from moving.
LockWheelsCommand - Class in frc.robot.commands.drivetrain
A command that locks the wheels of the swerve drive to force it to remain stationary.
LockWheelsCommand(Drivetrain) - Constructor for class frc.robot.commands.drivetrain.LockWheelsCommand
Creates a new LockWheelsState.
LoggingConstants() - Constructor for class frc.robot.Constants.LoggingConstants
 

M

main(String...) - Static method in class frc.robot.Main
Main initialization function.
Main - Class in frc.robot
Do NOT add any static variables to this class, or any initialization at all.
MAVEN_GROUP - Static variable in class frc.robot.VersionConstants
Maven group which the robot package belongs to.
MAVEN_NAME - Static variable in class frc.robot.VersionConstants
Maven package name of the robot package.
MAX_ANGULAR_ACCELERATION - Static variable in class frc.robot.Constants.DrivetrainConstants.Pathfinding
Maximum angular acceleration.
MAX_LINEAR_ACCELERATION - Static variable in class frc.robot.Constants.DrivetrainConstants.Pathfinding
Maximium linear acceleration.
MAX_SPEED - Static variable in class frc.robot.Constants.DrivetrainConstants
Maximum speed of the robot in meters per second.
MAX_VOLTS - Static variable in class frc.robot.Constants.DrivetrainConstants.SysId
The maximum voltage to apply to the drive motors.

N

Notification() - Constructor for class frc.robot.util.Elastic.Notification
Creates a new Notification with all default parameters.
Notification(Elastic.Notification.NotificationLevel, String, String) - Constructor for class frc.robot.util.Elastic.Notification
Creates a new Notification with default display time and dimensions.
Notification(Elastic.Notification.NotificationLevel, String, String, double, double) - Constructor for class frc.robot.util.Elastic.Notification
Creates a new Notification with specified dimensions and default display time.
Notification(Elastic.Notification.NotificationLevel, String, String, int) - Constructor for class frc.robot.util.Elastic.Notification
Creates a new Notification with a specified display time and default dimensions.
Notification(Elastic.Notification.NotificationLevel, String, String, int, double, double) - Constructor for class frc.robot.util.Elastic.Notification
Creates a new Notification with all properties specified.

O

OPERATOR_CONTROLLER_PORT - Static variable in class frc.robot.Constants.OperatorConstants
Controller port index where the operator controller is connected.
OperatorConstants() - Constructor for class frc.robot.Constants.OperatorConstants
 

P

pack(ByteBuffer, Integer) - Method in class frc.robot.loggers.revlib.structs.SparkFaultsStruct
 
pack(ByteBuffer, Integer) - Method in class frc.robot.loggers.revlib.structs.SparkWarningsStruct
 
Pathfinding() - Constructor for class frc.robot.Constants.DrivetrainConstants.Pathfinding
 
periodic() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
 
PoseUtil - Class in frc.robot.util
Utility classes for working with poses.
PoseUtil() - Constructor for class frc.robot.util.PoseUtil
 
postTrajectory(Trajectory) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Post the trajectory to the field.
publishNetworkTables(NetworkTable) - Static method in class frc.robot.VersionConstants
Publish version metadata to a NetworkTable.

Q

QUASI_TIMEOUT - Static variable in class frc.robot.Constants.DrivetrainConstants.SysId
Time in seconds to run Quasistatic routines.

R

RelativeEncoderLogger - Class in frc.robot.loggers.revlib
Custom logger for RelativeEncoders.
RelativeEncoderLogger() - Constructor for class frc.robot.loggers.revlib.RelativeEncoderLogger
Creates a new RelativeEncoderLogger.
resetLastAngleScalar() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Method to reset what the heading control will turn to if no angle is inputed.
resetLastAngleScalarCommand() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Command to reset what the heading control will turn to if no angle is inputed.
resetOdometry(Pose2d) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Resets odometry to the given pose.
resetSpeedMultiplier() - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
Sets the controller speed multiplier back to Constants.DrivetrainConstants.TRANSLATION_SCALE_NORMAL.
Robot - Class in frc.robot
The methods in this class are called automatically corresponding to each mode, as described in the TimedRobot documentation.
Robot() - Constructor for class frc.robot.Robot
This function is run when the robot is first started up and should be used for any initialization code.
ROBOT_RELATIVE - Enum constant in enum class frc.robot.subsystems.drivetrain.Drivetrain.TranslationOrientation
Translation relative to thd robot rotation.
RobotContainer - Class in frc.robot
This class is where the bulk of the robot should be declared.
RobotContainer() - Constructor for class frc.robot.RobotContainer
The container for the robot.
robotPeriodic() - Method in class frc.robot.Robot
This function is called every 20 ms, no matter the mode.
ROTATION_PID_CONSTANTS - Static variable in class frc.robot.Constants.AutoConstants
PID constants used for rotation.
RunOnceDeferred - Class in frc.robot.commands
Runs a runnable on the next run of the CommandScheduler.
RunOnceDeferred(Runnable) - Constructor for class frc.robot.commands.RunOnceDeferred
Creates a new RunOnceDeferred.

S

selectTab(int) - Static method in class frc.robot.util.Elastic
Selects the tab of the dashboard at the given index.
selectTab(String) - Static method in class frc.robot.util.Elastic
Selects the tab of the dashboard with the given name.
sendNotification(Elastic.Notification) - Static method in class frc.robot.util.Elastic
Sends an notification to the Elastic dashboard.
setAutoChooser(SendableChooser<Command>) - Method in class frc.robot.RobotContainer
Set the auto chooser
setChassisSpeeds(ChassisSpeeds) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Set chassis speeds with closed-loop velocity control.
setDescription(String) - Method in class frc.robot.util.Elastic.Notification
Updates the description of this notification
setDisplayTimeMillis(int) - Method in class frc.robot.util.Elastic.Notification
Updates the display time of the notification in milliseconds
setDisplayTimeSeconds(double) - Method in class frc.robot.util.Elastic.Notification
Updates the display time of the notification
setHeight(double) - Method in class frc.robot.util.Elastic.Notification
Updates the height of the notification
setLastAngleScalar(Rotation2d) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Sets the angle that heading control will turn to if no angle is inputed.
setLastAngleScalar(Supplier<Rotation2d>) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Sets the angle that heading control will turn to if no angle is inputed.
setLastAngleScalarCommand(Supplier<Rotation2d>) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Command to set the angle that heading control will turn to if no angle is inputed.
setLevel(Elastic.Notification.NotificationLevel) - Method in class frc.robot.util.Elastic.Notification
Updates the level of this notification
setMotorBrake(boolean) - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Sets the drive motors to brake/coast mode.
setSpeedMultiplier(double) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
Sets the controller speed multiplier.
setSpeedMultiplierCommand(Supplier<Double>) - Method in class frc.robot.subsystems.drivetrain.DrivetrainControls
Sets the controller speed multiplier.
setTagFilterAlliance(DriverStation.Alliance) - Method in class frc.robot.subsystems.vision.Vision
Sets the AprilTag ID filter to the appropriate set for the given alliance.
setTitle(String) - Method in class frc.robot.util.Elastic.Notification
Updates the title of this notification
setupPathPlanner(Drivetrain, DriverStation.Alliance) - Static method in class frc.robot.subsystems.Auto
Setup AutoBuilder for PathPlanner.
setupPathPlannerFailsafe(Drivetrain) - Static method in class frc.robot.subsystems.Auto
Configures AutoBuilder if it hasn't already been configured.
setWidth(double) - Method in class frc.robot.util.Elastic.Notification
Updates the width of the notification
simulationInit() - Method in class frc.robot.Robot
This function is called once when the robot is first started up.
simulationPeriodic() - Method in class frc.robot.Robot
This function is called periodically whilst in simulation.
simulationPeriodic() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
 
SparkBaseLogger - Class in frc.robot.loggers.revlib
Custom logger for SparkBase.
SparkBaseLogger() - Constructor for class frc.robot.loggers.revlib.SparkBaseLogger
Creates a new SparkBaseLogger.
SparkFaultsStruct - Class in frc.robot.loggers.revlib.structs
Struct to represent the data in SparkBase.Faults.
SparkFaultsStruct() - Constructor for class frc.robot.loggers.revlib.structs.SparkFaultsStruct
 
SparkLimitSwitchLogger - Class in frc.robot.loggers.revlib
Custom logger for SparkLimitSwitches.
SparkLimitSwitchLogger() - Constructor for class frc.robot.loggers.revlib.SparkLimitSwitchLogger
Creates a new SparkLimitSwitchLogger.
SparkWarningsStruct - Class in frc.robot.loggers.revlib.structs
Struct to represent the data in SparkBase.Warnings.
SparkWarningsStruct() - Constructor for class frc.robot.loggers.revlib.structs.SparkWarningsStruct
 
STARTING_POSITION - Static variable in class frc.robot.Constants.DrivetrainConstants
Starting pose.
SysId() - Constructor for class frc.robot.Constants.DrivetrainConstants.SysId
 
sysIdAngleMotorCommand() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Command to characterize the robot angle motors using SysId.
sysIdDriveMotorCommand() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Command to characterize the robot drive motors using SysId.

T

TELEMETRY_VERBOSITY_DEBUG - Static variable in class frc.robot.Constants.DrivetrainConstants
YAGSL telemetry verbosity when in debug mode.
TELEMETRY_VERBOSITY_NORMAL - Static variable in class frc.robot.Constants.DrivetrainConstants
YAGSL telemetry verbosity when in normal mode.
TELEOP_TAB_NAME - Static variable in class frc.robot.Constants.DashboardConstants
The name of the tab used in Teleop.
teleopInit() - Method in class frc.robot.Robot
 
teleopInit() - Method in class frc.robot.RobotContainer
This method is run at the start of Teleop.
teleopPeriodic() - Method in class frc.robot.Robot
This function is called periodically during operator control.
TEST_WITH_SPINNING - Static variable in class frc.robot.Constants.DrivetrainConstants.SysId
Spin in place instead of driving forward.
testInit() - Method in class frc.robot.Robot
 
testPeriodic() - Method in class frc.robot.Robot
This function is called periodically during test mode.
TRANSLATION_PID_CONSTANTS - Static variable in class frc.robot.Constants.AutoConstants
PID constants used for translation.
TRANSLATION_SCALE_FAST - Static variable in class frc.robot.Constants.DrivetrainConstants
Translation axis scaling.
TRANSLATION_SCALE_NORMAL - Static variable in class frc.robot.Constants.DrivetrainConstants
Translation axis scaling.
TRANSLATION_SCALE_SLIDE - Static variable in class frc.robot.Constants.DrivetrainConstants
Translation axis scaling.
TRANSLATION_SCALE_SLOW - Static variable in class frc.robot.Constants.DrivetrainConstants
Translation axis scaling.
TrapezoidProfileStateLogger - Class in frc.robot.loggers
 
TrapezoidProfileStateLogger() - Constructor for class frc.robot.loggers.TrapezoidProfileStateLogger
 

U

unpack(ByteBuffer) - Method in class frc.robot.loggers.revlib.structs.SparkFaultsStruct
 
unpack(ByteBuffer) - Method in class frc.robot.loggers.revlib.structs.SparkWarningsStruct
 
update(EpilogueBackend, AbsoluteEncoder) - Method in class frc.robot.loggers.revlib.AbsoluteEncoderLogger
 
update(EpilogueBackend, RelativeEncoder) - Method in class frc.robot.loggers.revlib.RelativeEncoderLogger
 
update(EpilogueBackend, SparkBase) - Method in class frc.robot.loggers.revlib.SparkBaseLogger
 
update(EpilogueBackend, SparkLimitSwitch) - Method in class frc.robot.loggers.revlib.SparkLimitSwitchLogger
 
update(EpilogueBackend, TrapezoidProfile.State) - Method in class frc.robot.loggers.TrapezoidProfileStateLogger
 
updatePoseEstimation() - Method in class frc.robot.subsystems.vision.Vision
Update the pose estimation inside of Vision.swerveDrive with data from Limelight.
USE_IN_AUTO - Static variable in class frc.robot.Constants.DrivetrainConstants.AngularVelocityCompensation
Enables angular velocity correction in autonomous.
USE_IN_TELEOP - Static variable in class frc.robot.Constants.DrivetrainConstants.AngularVelocityCompensation
Enables angular velocity correction in teleop.
Util - Class in frc.robot.util
General utilities.
Util() - Constructor for class frc.robot.util.Util
 

V

valueOf(String) - Static method in enum class frc.robot.subsystems.drivetrain.Drivetrain.TranslationOrientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class frc.robot.util.Elastic.Notification.NotificationLevel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class frc.robot.subsystems.drivetrain.Drivetrain.TranslationOrientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class frc.robot.util.Elastic.Notification.NotificationLevel
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Static variable in class frc.robot.VersionConstants
Robot code version.
VersionConstants - Class in frc.robot
Constants that contain version metadata for the robot.
VersionConstants() - Constructor for class frc.robot.VersionConstants
 
Vision - Class in frc.robot.subsystems.vision
Class that handles vision logic.
Vision(SwerveDrive) - Constructor for class frc.robot.subsystems.vision.Vision
Creates a new Vision.
VisionConstants() - Constructor for class frc.robot.Constants.VisionConstants
 

W

WaitUntilInterrupt - Class in frc.robot.commands
Command that creates an AsynchronousInterrupt and uses it to trigger a callback, waiting until the callback happens before finishing.
WaitUntilInterrupt(DigitalSource, BiConsumer<Boolean, Boolean>) - Constructor for class frc.robot.commands.WaitUntilInterrupt
Creates a new WaitUntilInterrupt command that finishes when the interrupt is triggered.
WaitUntilInterrupt(DigitalSource, BiConsumer<Boolean, Boolean>, boolean, boolean) - Constructor for class frc.robot.commands.WaitUntilInterrupt
Creates a new WaitUntilInterrupt command that finishes when the interrupt is triggered.
WARNING - Enum constant in enum class frc.robot.util.Elastic.Notification.NotificationLevel
Warning message
withAutomaticHeight() - Method in class frc.robot.util.Elastic.Notification
Modifies the notification's height and returns itself to allow for method chaining
withDescription(String) - Method in class frc.robot.util.Elastic.Notification
Modifies the notification's description and returns itself to allow for method chaining
withDisplayMilliseconds(int) - Method in class frc.robot.util.Elastic.Notification
Modifies the notification's display time and returns itself to allow for method chaining
withDisplaySeconds(double) - Method in class frc.robot.util.Elastic.Notification
Modifies the notification's display time and returns itself to allow for method chaining
withHeight(double) - Method in class frc.robot.util.Elastic.Notification
Modifies the notification's height and returns itself to allow for method chaining
withLevel(Elastic.Notification.NotificationLevel) - Method in class frc.robot.util.Elastic.Notification
Modifies the notification's level and returns itself to allow for method chaining
withNoAutoDismiss() - Method in class frc.robot.util.Elastic.Notification
Modifies the notification to disable the auto dismiss behavior
withTitle(String) - Method in class frc.robot.util.Elastic.Notification
Modifies the notification's title and returns itself to allow for method chaining
withWidth(double) - Method in class frc.robot.util.Elastic.Notification
Modifies the notification's width and returns itself to allow for method chaining

Z

zeroGyro() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Resets the gyro angle to zero and resets odometry to the same position, but facing toward 0.
zeroGyroCommand() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Resets the gyro angle to zero and resets odometry to the same position, but facing toward 0.
zeroGyroWithAlliance() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
This will zero (calibrate) the robot to assume the current position is facing forward
zeroGyroWithAllianceCommand() - Method in class frc.robot.subsystems.drivetrain.Drivetrain
Resets the gyro angle to zero and resets odometry to the same position, but facing toward 0.
A B C D E F G I L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values