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

[wpimath] Add PoseEstimator.sampleAt() #6426

Merged

Conversation

KangarooKoala
Copy link
Contributor

Fixes #6366.

I named it sampleAt() instead of getEstimatedPosition() since that's what's in #5473, but I could rename it to match the method name in the issue title.

The tests are right now all in one test to make sure the whole history makes sense, but I could also see a point for splitting apart the tests.

@KangarooKoala KangarooKoala requested a review from a team as a code owner March 10, 2024 04:15
@calcmogul
Copy link
Member

Other than that, looks good to me.

@calcmogul calcmogul changed the title Add PoseEstimator.sampleAt() [wpimath] Add PoseEstimator.sampleAt() Apr 27, 2024
@PeterJohnson PeterJohnson merged commit cdfa2ec into wpilibsuite:main Apr 28, 2024
25 checks passed
@KangarooKoala KangarooKoala deleted the add-pose-estimator-sample-at branch April 28, 2024 04:57
chauser pushed a commit to chauser/allwpilib that referenced this pull request May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement PoseEstimator.getEstimatedPosition(double timestampSeconds)
3 participants