This is a simple simulator I made that lets you simulate the pure pursuit algorithm and get the way points for the algorithm for the Vex Robotics Competition.
Pure-Pursuit-Simulator is a simple path planner and simulator designed for pure pursuit algorithms in the Vex Robotics Competition. This tool allows users to create paths by adding points and visualize how a robotic vehicle would move on the field. It also provides the capability to make adjustments to the path.
Pure-Pursuit-Simulator is a valuable tool for planning and simulating paths for pure pursuit algorithms in the Vex Robotics Competition. With its intuitive interface, users can easily create paths, run simulations, and make adjustments. The upcoming features such as an improved PID controller and options for changing the robot size further enhance the tool's capabilities. With the convenient code output and compatibility with popular libraries like React JS and Tailwind CSS, this simulator offers a comprehensive solution for robotics enthusiasts.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.