Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- back(double) - Method in class org.firstinspires.ftc.teamcode.fy23.roadrunner.trajectorysequence.TrajectorySequenceBuilder
- back(double, TrajectoryVelocityConstraint, TrajectoryAccelerationConstraint) - Method in class org.firstinspires.ftc.teamcode.fy23.roadrunner.trajectorysequence.TrajectorySequenceBuilder
- batteryVoltageSensor - Variable in class org.firstinspires.ftc.teamcode.fy23.robot.subsystems.RRMecanumDrive.Parameters
-
Ignore this - it will be handled by the Robot class
- BlankCRServo - Class in org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice
- BlankCRServo() - Constructor for class org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice.BlankCRServo
- BlankDcMotorController - Class in org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice
- BlankDcMotorController() - Constructor for class org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice.BlankDcMotorController
- BlankHardwareDevice - Class in org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice
- BlankHardwareDevice() - Constructor for class org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice.BlankHardwareDevice
- BlankMotor - Class in org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice
-
A blank implementation of DcMotorEx that does nothing.
- BlankMotor() - Constructor for class org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice.BlankMotor
- BlankServo - Class in org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice
- BlankServo() - Constructor for class org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice.BlankServo
- BlankServoController - Class in org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice
- BlankServoController() - Constructor for class org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.hardwaredevice.BlankServoController
- build() - Method in class org.firstinspires.ftc.teamcode.fy23.roadrunner.trajectorysequence.TrajectorySequenceBuilder
- Button - Interface in org.firstinspires.ftc.teamcode.fy23.gamepad2.primitives
-
Interface that represents a button on a gamepad.
- Button.BoolLambda - Interface in org.firstinspires.ftc.teamcode.fy23.gamepad2.primitives
-
Used internally
- ButtonAsAxis - Class in org.firstinspires.ftc.teamcode.fy23.gamepad2.primitives.axes
-
Makes a physical gamepad button act as an axis.
- ButtonAsAxis(Button.BoolLambda) - Constructor for class org.firstinspires.ftc.teamcode.fy23.gamepad2.primitives.axes.ButtonAsAxis
-
Pass in a lambda expression that returns the value of a
Gamepad
button field: new ToggleButton( () -> gamepad.x ); - ButtonAsAxis(Button.BoolLambda, double) - Constructor for class org.firstinspires.ftc.teamcode.fy23.gamepad2.primitives.axes.ButtonAsAxis
-
In practice, the scaling factor is the output value.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form