-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add even better autos for VAFAL #161
Conversation
…hopefully improve speed (only shaves 0.1 seconds)
@redPlover we should load all our auto paths in the Also they just released a path planner update that has some warmup commands we can run in disabled mode. Let's try pulling those in as well |
…024-Robot-Code into better-autos-for-VAFAL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it, I read all of this
Purpose
The purpose of this addition is to make better, faster, and higher scoring autos for Falls Church.
Auto Options
Pure 6 note:
S3-W3-W2-W1-C1-C2
This seemed to already be implemented.
At the moment, this auto is over the time limit (16.47s when it needs to be 15). Either we must hyper-optimize the paths or just wait for faster autos to be tested so that we can just make the robot move faster.
2 notes from centerline:
S3-C5-C4
Should work and be well within the time limit at around 11.20 seconds. However, it has yet to be tested on the actual robot.
3 notes from centerline:
S3-C5-C4-C3
This auto is over the time limit, sitting at around 16.82 seconds. It could either be optimized by moving the shoot point further away from the speaker, or by using a faster set of constraints for the robot. However, both of these solutions require us to use the physical robot to test. Therefore, it is waiting on either:
Any 4 notes off the floor from any start position
Not really sure about this one yet, and it is not implemented as of now.