Skip to content

meuNobre/Path-Planner-FRC-for-FLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Adaptation of the FRC Path Planner for FLL The focus of this project is to recreate the application used in the FIRST Robotics Competition (FRC) for trajectory creation, adapting it for the FIRST LEGO League (FLL). This allows teams to program their robots without needing direct physical access to the competition table.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors