-
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
swerve drive docstrings #5
Merged
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e10337d
swerve drive docstrings
Ishan1522 4c386b8
am i dumb?
Ishan1522 bc73b16
fix stuff
Ishan1522 3cf7123
more stuff
Ishan1522 92bd17f
Merge branch 'main' into docs
Ishan1522 9dc17b5
bruh
Ishan1522 158e8e3
holy jeez
Ishan1522 e0149f8
format
Ishan1522 48a3de6
idk
Ishan1522 27d1b1a
update ModuleInterface
Ishan1522 75ef8a0
updates shmupdates
Ishan1522 f52582a
some gyro stuff
Ishan1522 bc25888
lol im dumb
Ishan1522 2c6d296
get rid of unused code
Ishan1522 d0e2973
format
Ishan1522 1863fe0
things
Ishan1522 4d96b74
optimize imports
Ishan1522 3b5012c
remove unused methods
Ishan1522 576e0b8
?
Ishan1522 35dfa30
very much done gyro
Ishan1522 b657c91
ModuleInterface update
Ishan1522 c9e8847
removed unused inputs from ModuleInterface
Ishan1522 0ba5dc8
errors :/
Ishan1522 efa7327
idk what im doing
Ishan1522 71a47d3
I give up theres a lot of code lol
JacksonElia 5586e6a
removed updateOdometryInputs (might wanna reconsider idk), cleaned up…
Ishan1522 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
package frc.robot; | ||
|
||
/** Automatically generated file containing build version information. */ | ||
/** | ||
* Automatically generated file containing build version information. | ||
*/ | ||
public final class BuildConstants { | ||
public static final String MAVEN_GROUP = ""; | ||
public static final String MAVEN_NAME = "4829-BaseRobotCode-2025-1"; | ||
public static final String VERSION = "unspecified"; | ||
public static final int GIT_REVISION = 22; | ||
public static final String GIT_SHA = "ee746c8ba2b3fd21fde3a8e41cdd2f213deee1be"; | ||
public static final String GIT_DATE = "2024-10-27 14:01:12 EDT"; | ||
public static final String GIT_BRANCH = "k"; | ||
public static final String BUILD_DATE = "2024-10-27 14:10:44 EDT"; | ||
public static final long BUILD_UNIX_TIME = 1730052644497L; | ||
public static final int DIRTY = 1; | ||
public static final int GIT_REVISION = 25; | ||
public static final String GIT_SHA = "3b5012c7524895e7c511a707a351c6a1f9225018"; | ||
public static final String GIT_DATE = "2024-10-28 14:52:32 EDT"; | ||
public static final String GIT_BRANCH = "docs"; | ||
public static final String BUILD_DATE = "2024-10-28 14:53:10 EDT"; | ||
public static final long BUILD_UNIX_TIME = 1730141590401L; | ||
public static final int DIRTY = 0; | ||
|
||
private BuildConstants() {} | ||
private BuildConstants(){} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sicsSim/AbstractDriveTrainSimulation.java → .../swerve/AbstractDriveTrainSimulation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...mSim/swervePhysicsSim/GyroSimulation.java → ...n/mechanismSim/swerve/GyroSimulation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ervePhysicsSim/SwerveDriveSimulation.java → ...nismSim/swerve/SwerveDriveSimulation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
what is this
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.
The commit id I believe; it is automatically generated when built