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

[RSDK-8342] Bump Viam Python SDK dep and fix bug I found along the way #57

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

hexbabe
Copy link
Collaborator

@hexbabe hexbabe commented Sep 3, 2024

@hexbabe hexbabe changed the title [RSDK-8342] OAK: Bump Viam Python SDK dep [RSDK-8342] Bump Viam Python SDK dep and fix bug I found along the way Sep 3, 2024
@@ -327,7 +327,7 @@ def configure_ydn(color_nodes: List[dai.node.ColorCamera]):
configure_ydn(color_nodes)

self.logger.info("Successfully configured pipeline.")
except ViamError as e:
except Exception as e:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

DepthAI SDK does not throw ViamErrors lol

@@ -2,7 +2,6 @@
import threading

from src.components.worker.worker import Worker
from viam.logging import getLogger
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unused import

@hexbabe hexbabe requested a review from randhid September 3, 2024 15:02
@randhid
Copy link
Contributor

randhid commented Sep 12, 2024

Are you merging this in or closing it?

@hexbabe hexbabe merged commit b7d5442 into main Sep 18, 2024
1 check passed
@hexbabe hexbabe deleted the RSDK-8342 branch September 18, 2024 15:18
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.

2 participants