Jones
abstract class Jones<T : MecanumDrivetrain>(hardwareMap: HardwareMap, val drivetrain: T) : RobotWithMecanumDrivetrain<T>
Jones is a robot for the 2025-2026 DECODE FTC Season.
Parameters
hardwareMap
for initializing hardware components
T
the type of mecanum drivetrain
See also
Inheritors
Properties
Link copied to clipboard
the AprilTag aiming utility for aligning with targets using AprilTags
Link copied to clipboard
the classifier attachment for classifying and releasing artifacts
Link copied to clipboard
the mecanum drivetrain used by the robot
Link copied to clipboard
Link copied to clipboard
the vision portal for processing camera input
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Fire all stored artifacts using the launcher and classifier at targetVelocity.
Link copied to clipboard
Get detected AprilTags from the webcam using the aprilTag processor.
Link copied to clipboard
Get distance to an obstacle from the distance sensor.