Deploy code to robot
deployInstall the built TeamCode APK on the connected robot and restart the Robot Controller app to apply code changes immediately.
Instructions
Install the built TeamCode APK on the connected robot (adb install) and restart the Robot Controller app. Run build first, and adb_connect/adb_devices to make sure a device is attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | adb device serial if multiple devices are connected | |
| projectPath | No | Path to the FtcRobotController SDK project. Defaults to $FTC_TOOLCHAIN_PROJECT_DIR, then the workspace clone made by create_project. |