Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.06 KB

File metadata and controls

40 lines (25 loc) · 1.06 KB

FTC Team #30453 - Error 404

Welcome to the official repository for FTC Team #30453 "Error 404" robotics codebase.

About

This repository contains the robot control code for our FIRST Tech Challenge team. Our code is built using the FTC SDK and follows best practices for autonomous and teleop programming.

Team Information

  • Team Number: 30453
  • Team Name: Error 404
  • Season: [Current Season]

Repository Structure

├── doc/           # All documentation goes here
├── android/       # All Android based Custom Code goes here
└── java/          # All On Bot Java code goes here

Getting Started

  1. Clone this repository
  2. Import into Android Studio
  3. Configure your robot using the FTC Robot Controller app
  4. Build and deploy to your robot

Contributing

Please follow our team's coding standards and ensure all code is properly documented before submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Built with ❤️ by FTC Team #30453