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

TSDF integration doesn't happen when using CMake first-class CUDA language support #13

Open
schornakj opened this issue Nov 1, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@schornakj
Copy link
Contributor

The switch away from the older FindCUDA module (e.g. cuda_add_library(), etc.) to CMake's newer CUDA first-class language support apparently introduced an issue where Yak builds without errors and runs without crashing but doesn't integrate depth images into the TSDF volume.

Short-term fix: revert back to the FindCUDA module.

Long-term fix: figure out what's going wrong under the new method.

@schornakj schornakj added the bug Something isn't working label Nov 6, 2019
drchrislewis pushed a commit to drchrislewis/yak-1 that referenced this issue Oct 27, 2020
…ge_queue

ROS 1: Add image queue to deal with camera/TF timing mismatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants