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

Pathplanner pid tuning #120

Merged
merged 8 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,5 @@ logs/
/.outlineviewer/outlineviewer-window.json

# Test Logging files
testLog.wpilog
testLog.wpilog
/testLog_sim.wpilog
2 changes: 1 addition & 1 deletion .run/Test FRC2024.run.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Test FRC2024" type="GradleRunConfiguration" factoryName="Gradle">
<configuration default="false" name="Test FRC2024" type="GradleRunConfiguration" factoryName="Gradle" show_console_on_std_err="true">
<ExternalSystemSettings>
<option name="env">
<map>
Expand Down
26,486 changes: 14,485 additions & 12,001 deletions Choreo.chor

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions learningMoments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Choreo
- **Mar 31**: Use correct motor estimates and
underestimate the maximum available amperage
so that the pid controller still has some
left for corrections.

# Why is our drivetrain wrong?
What could be wrong? (check box means not wrong)
- [x] gyro
- [ ] wheel rotation
- [x] (?)wheel direction
- [ ] a
Loading
Loading