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

Vision alignment to SS #29

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Vision alignment to SS #29

wants to merge 6 commits into from

Conversation

DarkMetalMouse
Copy link
Member

No description provided.

src/main/java/frc/robot/subsystems/LimeLight.java Outdated Show resolved Hide resolved
src/main/java/frc/robot/subsystems/LimeLight.java Outdated Show resolved Hide resolved
src/main/java/frc/robot/subsystems/LimeLight.java Outdated Show resolved Hide resolved
src/main/java/frc/robot/subsystems/LimeLight.java Outdated Show resolved Hide resolved
@barakshelef barakshelef force-pushed the substation-vision branch 2 times, most recently from d36a982 to 4183842 Compare March 4, 2023 11:10
@DarkMetalMouse DarkMetalMouse changed the base branch from main to isr-1-changes March 4, 2023 14:08
@DarkMetalMouse DarkMetalMouse changed the base branch from isr-1-changes to main March 4, 2023 14:08
@DarkMetalMouse DarkMetalMouse changed the base branch from main to isr-1-changes March 4, 2023 14:09
@DarkMetalMouse DarkMetalMouse changed the base branch from isr-1-changes to isr-1-changes-cleanup March 4, 2023 14:09
@itamarit77 itamarit77 changed the base branch from isr-1-changes-cleanup to main March 4, 2023 16:05
@frc3316 frc3316 force-pushed the substation-vision branch from 4183842 to b1162a3 Compare March 7, 2023 09:18
double[] poseComponents = limeLightTable.getEntry(entryName).getDoubleArray(new double[6]);
if (poseComponents.length == 0)
return null;
double latency = limeLightTable.getEntry("tl").getDouble(0) + limeLightTable.getEntry("cl").getDouble(0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to @jizelda this is returned in the 7th value of botpose in the latest version of the limelight firmware.

@frc3316 frc3316 added the stuck label Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants