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

[swerve] pass vision measurements to odometry #14

Closed
wants to merge 22 commits into from

Conversation

spacey-sooty
Copy link
Member

No description provided.

@spacey-sooty spacey-sooty added the enhancement New feature or request label May 23, 2024
@spacey-sooty spacey-sooty self-assigned this May 23, 2024
@spacey-sooty spacey-sooty requested a review from a team as a code owner May 23, 2024 08:56
@spacey-sooty spacey-sooty force-pushed the isaac/visionodom branch 4 times, most recently from 80a6d7f to 06cc4ab Compare May 27, 2024 13:21
@spacey-sooty spacey-sooty force-pushed the isaac/visionodom branch 3 times, most recently from 5e93b90 to 221f5aa Compare June 7, 2024 03:22
@spacey-sooty

This comment was marked as spam.

@spacey-sooty spacey-sooty added the needs test on robot This code hasn't been tested on a robot yet label Jun 10, 2024
@spacey-sooty spacey-sooty force-pushed the isaac/visionodom branch 4 times, most recently from fa34a6c to 74e8081 Compare June 23, 2024 02:26
@spacey-sooty spacey-sooty linked an issue Jun 26, 2024 that may be closed by this pull request
@spacey-sooty spacey-sooty force-pushed the isaac/visionodom branch 2 times, most recently from ada0c7d to 49aa697 Compare July 3, 2024 04:21
new Translation3d(data[0], data[1], data[2]),
new Rotation3d(data[4], data[5], data[6]));

if ((int) data[7] < 2) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Should be > 1

@spacey-sooty
Copy link
Member Author

bruh wat 💀

@spacey-sooty spacey-sooty deleted the isaac/visionodom branch August 9, 2024 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs test on robot This code hasn't been tested on a robot yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check if pose pipeline can see tags and error if not
3 participants