Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- elevatorAccelLimiter - Variable in class org.firstinspires.ftc.teamcode.framework.subsystems.pixelarm.PixelArm.Parameters
-
Deprecated.Pass in an AccelLimiter object that has already been instantiated with the correct parameters for your motor.
- elevatorLowerLimit - Variable in class org.firstinspires.ftc.teamcode.framework.subsystems.pixelarm.PixelArm.Parameters
-
Deprecated.The lower limit of the elevator motor's range in encoder ticks
- elevatorLowerLimitSwitch - Variable in class org.firstinspires.ftc.teamcode.framework.subsystems.pixelarm.PixelArm.Parameters
-
Deprecated.Pass in a DigitalDevice object (an implementation of your choice) to represent a limit switch that is activated when the elevator reaches its minimum position (in encoder ticks!).
- elevatorMotor - Variable in class org.firstinspires.ftc.teamcode.framework.subsystems.pixelarm.PixelArm.Parameters
-
Deprecated.The elevator motor object, already grabbed from the HardwareMap (or pass in a MockDcMotorEx for testing)
- elevatorTicksPerMillimeter - Variable in class org.firstinspires.ftc.teamcode.framework.subsystems.pixelarm.PixelArm.Parameters
-
Deprecated.How many encoder ticks are traveled by the elevator motor per degree of elevator travel
- elevatorUpperLimit - Variable in class org.firstinspires.ftc.teamcode.framework.subsystems.pixelarm.PixelArm.Parameters
-
Deprecated.The upper limit of the elevator motor's range in encoder ticks
- elevatorUpperLimitSwitch - Variable in class org.firstinspires.ftc.teamcode.framework.subsystems.pixelarm.PixelArm.Parameters
-
Deprecated.Pass in a DigitalDevice object (an implementation of your choice) to represent a limit switch that is activated when the elevator reaches its maximum position (in encoder ticks!).
- encoderTicksToInches(double) - Method in class org.firstinspires.ftc.teamcode.framework.subsystems.rrmecanumdrive.RRMecanumDriveImpl
- ExponentialAxis - Class in org.firstinspires.ftc.teamcode.framework.ctlpad.primitives.axes
-
Represents an axis on a
Gamepad, including sticks and triggers, and reports the value taken to the power specified in the constructor (this creates a simple response curve - find out what it is by graphing y=x^[power] - y=x^2, for example) - ExponentialAxis(Axis.DoubleLambda, boolean, double) - Constructor for class org.firstinspires.ftc.teamcode.framework.ctlpad.primitives.axes.ExponentialAxis
-
Same as the other constructor, but allows for inverting the reported value
- ExponentialAxis(Axis.DoubleLambda, double) - Constructor for class org.firstinspires.ftc.teamcode.framework.ctlpad.primitives.axes.ExponentialAxis
-
Pass in a lambda expression that returns the value of a
Gamepadaxis field: new ExponentialAxis( () -> gamepad.left_stick_x ); and this.value() will report the value of that axis taken to the specified power. - extendedParameters - Variable in class org.firstinspires.ftc.teamcode.fy25.robots.Robot25
- ExtendedParameters() - Constructor for class org.firstinspires.ftc.teamcode.fy25.robots.Robot25.ExtendedParameters
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form