ackertech/Fix-Its_2020-21 — reverse-engineered prompt
Reverse engineered prompt
Build me a complete Android Studio project for a FIRST Tech Challenge robot controller app using the public SKYSTONE era FTC SDK. I want to be able to open it, build it, and install it on the FTC Robot Controller phone or Control Hub without a bunch of extra setup.
Please keep it friendly for a student robotics team. Include the normal place where we can write Java OpModes for teleop and autonomous, use the hardware map, read gamepads, send telemetry to the Driver Station, and add custom helper classes that can also be called from Blocks if needed.
Make sure the project includes the FTC documentation and any standard app pieces the SDK expects, so it feels like the official Robot Controller project and not a stripped down demo. If there are version requirements like Android Studio 4.0 or FTC SDK 5.5, set things up consistently. Look up the current FTC docs online if you need to.
Want more depth? Deep Reverse