jazonshou / HolonomicLib

A simple library for VEX holonomic drives
GNU General Public License v3.0
10 stars 0 forks source link

Switch to built in path generation #2

Open Ryan4253 opened 2 years ago

Ryan4253 commented 2 years ago

Issue: Pathplanner's path is a little too close together for pure pursuit, and it takes a long time to generate and copy. Its better to just switch to generating paths internally.

Rather than using Pathplanner, I think it would be better to visualize bezier curves using something like Louis' Chassim a few years ago. It'll be more lightweight and allows us to display a vex field for even easier visualizaton.

How to approach: Transfer lib4253's pathing components into HolonomicLib

jazonshou commented 2 years ago

I see where you are heading, but I feel like it would be redundant if we copied the pathing from lib4253 over. Instead, I feel like it would be much cleaner to make HolonomicLib's pathing compatible with lib4253's path generation.