Validate hardware configuration names
validate_hardwareValidates robot hardware configuration by detecting incompatible device types, cross-file sharing, and unresolved constants, providing a go/no-go decision.
Instructions
Pre-flight check for robot configuration mistakes. Flags one Driver Station name requested as incompatible device types, cross-file sharing, and unresolved constants, then tells the team whether it is safe to continue.
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. |