-
Notifications
You must be signed in to change notification settings - Fork 0
add tigerhelpers #126
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
base: main
Are you sure you want to change the base?
add tigerhelpers #126
Conversation
|
wait u forgot some labels |
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.
I thought we made PoseEstimate a record so it works nicer with akit. Where/how do we log the PoseEstimates?
| @Override | ||
| public double getAmbiguity(Limelight limelight) { | ||
| return limelightEstimates.get(limelight.getId()).ambiguity; | ||
| return limelightEstimates.get(limelight.getId()).rawFiducials()[getNumberOfAprilTags(limelight)].ambiguity(); |
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.
uhh I'll add some methods for ambiguity to PoseEstimate
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.
For now I think you need to add a - 1 here so theres no overflow
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.
nuh uh
|
stfu |
|
I hope ur laptop explodes |
|
yooo merge tss |
|
this shit dumb af |
|
tiger helpers stupid af |
|
Ok I just looked at it and the only thing that needs to be done is make it consistent with main, fix the overflow thingy (ez pz), and do some basic testing to make sure it runs. |
#126 (comment)