This is a VSCode extension to help FRC teams generate robot mechanism code (Arm, Elevator, Flywheel) using the robotvibecoder CLI tool.
- Open VSCode. It’ll ask to install
robotvibecoder— click "Install". - Make sure your project uses the normal WPILib structure:
src/main/java/frc/robot/your/package/here - Use the sidebar to fill in your mechanism and click Generate.
- The extension will create the package folder if it doesn’t exist.
- Python and pip are required.