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.
To create accurate trajectories for FLL robots, making mission programming and execution more efficient and manageable, especially in remote or simulated environments.
- Next.js
- React
- Vercel (for deployment)
You can access the online version of the application here:
👉 path-planner-frc-for-fll.vercel.app
- 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.
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature/new-feature). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/new-feature). - Open a Pull Request.
Please refer to the CONTRIBUTING.md file for detailed instructions on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE file for details.