-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix/intake #24
Fix/intake #24
Conversation
make swerve not chatter
Updated swerve controls to use field oriented with directed angle.
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.
@OakvilleDynamicsProgrammer (@ShaneHopkins11, @Kendialouge, @EuphoniumPlayer, etc.)
These changes are okay, however some questions need to be answered. I'll approve once I get feedback on what was changed as this wasn't too documented in each commit.
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.
Are the PIDs and deadbands correct? The deadband now becomes hyper sensitive and the derivative heading is now zero.
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.
Why is the ramp rate zero? Is it viable to have the angle motors always run full speed instead of not ramping up to full speed?
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.
Why was the IMU inverted? Doesn't the navX configuration require the navX to be inverted regardless?
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.
None of these changes except for changing the default command actually do anything. Are you sure this was intentional?
No description provided.