-
Notifications
You must be signed in to change notification settings - Fork 23
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
Vision Update to Main #187
Conversation
Keeping Vision Up to Date with Main
Fixed calibration params
Save time in docker build. Improve debug logs.
Re-enabled MEL!
Merging of real Visual Teach and Repeat back into main! There are a few changes to the compilation workflow to support multiple pipelines. We have decided to make sensor selection a compile-time decision. While it is possible to decide at run-time, this ensures that the code is optimized for the sensor in use, and prevents accidental subscription to multiple sensors at the same time. Additionally, this reduces compilation time significantly because unused pipelines are skipped.
|
Nearly complete work-in-progress to bring the vision pipeline back online.