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 LUCID camera interface implementation #29

Closed
dzodkin33 opened this issue Oct 15, 2023 · 3 comments · Fixed by #159
Closed

Create LUCID camera interface implementation #29

dzodkin33 opened this issue Oct 15, 2023 · 3 comments · Fixed by #159
Labels
feature New feature or request mission-critical MUST HAVE BEFORE COMPETITION

Comments

@dzodkin33
Copy link
Contributor

🚀 Feature

Implement a LUCID camera class following the common camera interface.

Motivation

We need a LUCID camera implementation.

Pitch

"We need a LUCID camera implementation".

Alternatives

Don't use the LUCID camera.

Features to develop

1. ImageData

Implement the ImageData interface. This implementation will be used in future camera implementations.

2. CameraConfiguration

Implement LUCID-specific camera configuration. Try to put the most commonly used keys as their own data fields.

3. CameraInterface for LUCID

Self-explanatory.

Testing

Things we need to do for testing

1. CameraConfiguration

Run unit tests. Test importing the file and convert it into the configuration.

2. Test the converter (unit test)

The converter function within the interface is the critical component of the entire system. We should test this one thoroughly.

3. Test CameraInterface

Run both unit and integration tests.

@dzodkin33 dzodkin33 added the feature New feature or request label Oct 15, 2023
@atar13
Copy link
Member

atar13 commented Oct 21, 2023

Blocked by #37

@dzodkin33
Copy link
Contributor Author

Block resolved

@dzodkin33
Copy link
Contributor Author

Current interface config development at https://github.com/tritonuas/obcpp/tree/feat/lucid-config-interface

@Tyler-Lentz Tyler-Lentz added the mission-critical MUST HAVE BEFORE COMPETITION label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request mission-critical MUST HAVE BEFORE COMPETITION
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants