-
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
Conversation
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"; |
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
@@ -55,6 +53,11 @@ public void calculatePoseFromLimelight(int limelightNumber) { | |||
|
|||
double distanceFromClosestAprilTag = vision.getLimelightAprilTagDistance(limelightNumber); | |||
|
|||
// Depending on how many april tags we see, we change our confidence as more april tags | |||
// results in a much more accurate pose estimate | |||
// TODO: check if this is necessary anymore with MT2, also we might want to set the limelight |
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.
check if what is necessary?
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.
// results in a much more accurate pose estimate | ||
// TODO: check if this is necessary anymore with MT2, also we might want to set the limelight | ||
// so it only uses 1 april tag, if they set up the field wrong (they can set april tags +-1 inch I believe) | ||
// using multiple *could* really mess things up. |
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.
nope. see image
from here.
… swerve code a bit. this boutta break the code
No description provided.