Package-level declarations

Types

Link copied to clipboard
public final class ActuatorFeature extends Feature

This is a simple test for the servo controls.

Link copied to clipboard
public final class AirplaneLauncher extends Feature implements Buildable

This sets up the airplane launcher servo and uses it to launch the plane.

Link copied to clipboard
public final class AprilTagDetector extends Feature implements Buildable

This detects AprilTags and shows them on the FTC dashboard.

Link copied to clipboard
public final class ArmClaw extends Feature implements Buildable

this runs the grabber, intake, and claw pivot mechanism. Dpad left is to close the left grabber, Dpad right closes the right grabber, Dpad up opens both grabbers, Dpad down starts/stops the intake, the bumpers rotate the claw mechanism, and the triggers move the arms.

Link copied to clipboard
public final class CurrentMonitoringFeature extends Feature implements Buildable
Link copied to clipboard
public final class FourMotorArmNoManualLevel extends Feature implements Buildable

Same as {@link org.firstinspires.ftc.features.FourMotorArm} but controller 1 can manually move the arm with the trigger buttons, while 2 can only set the automatic positions. Controller 1 can also manually level the arm by moving down the left side with the square button or the right side with the circle button.

Link copied to clipboard
public final class Hand extends Feature implements Buildable

This controls the cone grabber hand. Connections: Left servo in port 1, right servo in port 0, and a controller. Controls: Press the y button to close the hand or the a button to open it.

Link copied to clipboard
public final class JCam extends Feature implements Buildable
No. We are not naming them the I and J cameras. No one will understand.

Braden
*
Link copied to clipboard
public final class Lifter extends Feature

This is a test the robot screw lifter.

Link copied to clipboard
public final class MecanumDrivetrain extends Feature implements Buildable

A mecanum drivetrain. This relies on odometry. Use NativeMecanumDrivetrain if you don't have odometry.

Link copied to clipboard
public final class NativeMecanumDrivetrain extends Feature implements Buildable

A mecanum drivetrain—this doesn't require odometry, hence it being "native" by not relying on external libraries. If you have odometry, use MecanumDrivetrain.

Link copied to clipboard
public final class PixelGrabber extends Feature implements Buildable

This controls the pixel grabber.

Link copied to clipboard
public final class PowerplayFourMotorArm extends Feature implements Buildable

This controls the motors for the double reverse four-bar linkage system. Used for both the autonomous and TeleOp modes.

Link copied to clipboard
public final class PowerplayMecanumDrivetrain extends Feature implements Buildable

A mecanum drivetrain. This relies on odometry. Use NativeMecanumDrivetrain if you don't have odometry.

Link copied to clipboard
public final class PowerplayTwoMotorArm extends Feature
Link copied to clipboard
public final class SleeveDetector extends Feature implements Buildable
Link copied to clipboard
public final class SpikeMarkDetector extends Feature implements Buildable
Link copied to clipboard
public final class TeleOpNextObjectiveReminder extends Feature
Link copied to clipboard
public final class TiltableLinearSlide extends Feature

This controls a linear slide and an extra motor.

Link copied to clipboard
public final class VisionProcessingFeature extends Feature implements Buildable