Hardware config manifest
hardware_manifestScans TeamCode for robot-configuration names, lists them, and flags names used in multiple files. Helps cross-check code against Driver Station configuration to catch typos and collisions.
Instructions
Scan TeamCode for every robot-configuration name (from hardwareMap.get and subsystem constructors) and list them, flagging any name used in multiple files. Use to cross-check code against the Driver Station configuration and catch typos/collisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Path to the FtcRobotController SDK project. Defaults to $FTC_TOOLCHAIN_PROJECT_DIR, then the workspace clone made by create_project. |