Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.44 KB

File metadata and controls

40 lines (25 loc) · 1.44 KB

Path Planner FRC for FLL

This project adapts the Path Planner used in the FIRST Robotics Competition (FRC) for the FIRST LEGO League (FLL), enabling precise trajectory planning for SPIKE Prime robots even without physical visibility of the competition field.

🚀 Project Goal

To create accurate trajectories for FLL robots, making mission programming and execution more efficient and manageable, especially in remote or simulated environments.

📦 Technologies Used

  • Next.js
  • React
  • Vercel (for deployment)

🌐 Access the Application

You can access the online version of the application here:

👉 path-planner-frc-for-fll.vercel.app

🛠️ Features

  • Visual creation of trajectories for SPIKE Prime robots.
  • Automatic generation of Python code to control the robot.
  • Visualization of the planned trajectories.
  • Export the generated code for competition use.

📥 How to Contribute

  1. Fork this repository.
  2. Create a new branch for your feature (git checkout -b feature/new-feature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/new-feature).
  5. Open a Pull Request.

Please refer to the CONTRIBUTING.md file for detailed instructions on how to contribute to this project.

📝 License

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