This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[swerve] pass vision measurements to odometry #14
Closed
Conversation
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
spacey-sooty
force-pushed
the
isaac/visionodom
branch
4 times, most recently
from
May 27, 2024 13:21
80a6d7f
to
06cc4ab
Compare
14 tasks
spacey-sooty
force-pushed
the
isaac/visionodom
branch
3 times, most recently
from
June 7, 2024 03:22
5e93b90
to
221f5aa
Compare
This comment was marked as spam.
This comment was marked as spam.
spacey-sooty
added
the
needs test on robot
This code hasn't been tested on a robot yet
label
Jun 10, 2024
spacey-sooty
force-pushed
the
isaac/visionodom
branch
4 times, most recently
from
June 23, 2024 02:26
fa34a6c
to
74e8081
Compare
spacey-sooty
force-pushed
the
isaac/visionodom
branch
from
June 26, 2024 05:19
71f75e1
to
d70ac8d
Compare
spacey-sooty
force-pushed
the
isaac/visionodom
branch
from
June 26, 2024 05:21
d70ac8d
to
0e9aa0f
Compare
spacey-sooty
force-pushed
the
isaac/visionodom
branch
2 times, most recently
from
July 3, 2024 04:21
ada0c7d
to
49aa697
Compare
spacey-sooty
force-pushed
the
isaac/visionodom
branch
from
July 4, 2024 15:05
49aa697
to
02c670e
Compare
spacey-sooty
commented
Aug 9, 2024
new Translation3d(data[0], data[1], data[2]), | ||
new Rotation3d(data[4], data[5], data[6])); | ||
|
||
if ((int) data[7] < 2) { |
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.
Should be > 1
Co-authored-by: Jade Turner <spacey-sooty@proton.me>
This is recommended by the WPILib team as best practice Also splits constants a bit and fixes constructor docs
Unfinished shooter needs testing, pid needs tuning Co-authored-by: totallysomeoneyoudontknow <dev.renu@gmail.com>
bruh wat 💀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.
No description provided.