Team 4533 - 2026 Robot Code
Packages
Package
Description
Multi-season utils for the robot code to build on.
Contains hardware-specific definitions, enumerations, and custom models (such as extra DC motors)
not provided by default in WPILib.
Contains high-performance, low-level native JNI wrappers and memory-mapped interactors that
bypass standard WPILib/Vendor overhead.
Contains hardware health monitoring utilities.
Contains monitor classes for checking the health of various hardware components.
Contains service classes for managing various robot systems.
Contains generic, multi-season utility classes including string parsers for hardware faults,
field geometry alliance flippers, and safe API wrappers.
Root package for the FRC Team 4533 (Phoenix) robot code.
Contains the more advanced commands related to the robot's operation.
The foundational layer for the "Language of Intent" control architecture.
High-level translation of driver navigation intent into physical drivetrain requirements.
This package contains driver profiles, which define how the driver's inputs are mapped to robot
actions.
Semantic mapping of operator requests to robot superstructure actions.
This package contains operator profiles, which define how the operator's inputs are mapped to
robot actions.
Contains the Vision service, responsible for processing camera data for localization and
targeting.
Contains simulation models and utilities for physics-based testing and validation of robot
mechanisms.
Contains the Climb subsystem, responsible for operating the robot climbing mechanism.
Contains the primary Drive subsystem, managing drivetrain kinematics and odometry.
Contains IO implementations for the gyroscope sensor used by the Drive subsystem.
Contains IO implementations for the individual swerve modules in the drivetrain.
Contains the Indexer subsystem, responsible for transporting game pieces from the intake to the
shooter.
Contains the subsystem responsible for controlling the intake arm.
Contains the subsystem responsible for controlling the intake spinner.
Contains the subsystem responsible for monitoring the Power Distribution Hub (PDH) and reporting
faults.
Contains the main Shooter subsystem, coordinating flywheels and hood angle.
Contains IO implementations for the shooter flywheel motors.
Contains IO implementations for the shooter hood adjustment mechanism.
Contains utility classes, constants, and helper functions used throughout the robot project.