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

Create vision subsystem #38

Merged
merged 12 commits into from
Dec 7, 2023
Merged

Conversation

IanTapply22
Copy link
Member

@IanTapply22 IanTapply22 commented Dec 4, 2023

Description

Created a vision subsystem that can be used for the drive odometry, tracking our position on the field, or for tracking game objects.

Fixes #36

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation, if any
  • My changes generate no new warnings
  • I have performed tests that prove my fix is effective or that my feature works, if necessary
  • New and existing unit tests pass locally with my changes

IanTapply22 added 2 commits December 3, 2023 21:27
Created helper methods for setting functionality of limelights
Moved PoseAndTimestamp to separate class instead of being an inner class
@IanTapply22 IanTapply22 added the enhancement New feature or request label Dec 4, 2023
@IanTapply22 IanTapply22 self-assigned this Dec 4, 2023
@IanTapply22
Copy link
Member Author

Forgot to add documentation on how to use and implement this subsystem into a robot, this will be implemented ASAP. You can still review this though 🙂

@IanTapply22 IanTapply22 linked an issue Dec 4, 2023 that may be closed by this pull request
IanTapply22 and others added 2 commits December 5, 2023 10:19
Remove redundant comments
Move limelight botpose to a separate object for clarity
Attached the network table value entry right to led mode and stream pipeline
Copy link
Member

@colemacphail colemacphail left a comment

Choose a reason for hiding this comment

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

Looks good so far. Once that other comment is addressed I'll stamp this.

Copy link
Member

@colemacphail colemacphail left a comment

Choose a reason for hiding this comment

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

lgtm

@IanTapply22 IanTapply22 merged commit 6a93d2e into 2024-beta Dec 7, 2023
@IanTapply22 IanTapply22 deleted the 36/create-vision-subsystem branch December 7, 2023 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create vision subsystem
2 participants