Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to built in path generation #2

Open
Ryan4253 opened this issue Jun 11, 2022 · 1 comment
Open

Switch to built in path generation #2

Ryan4253 opened this issue Jun 11, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Ryan4253
Copy link
Collaborator

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

@Ryan4253 Ryan4253 self-assigned this Jun 11, 2022
@jazonshou
Copy link
Owner

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.

@jazonshou jazonshou added enhancement New feature or request wontfix This will not be worked on and removed enhancement New feature or request labels Jun 11, 2022
@Ryan4253 Ryan4253 added enhancement New feature or request and removed wontfix This will not be worked on labels Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants