We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When I build the foxy branch of darknet_ros with CUDA support I get the following errors:
darknet_ros
/usr/include/opencv4/opencv2/core/cvdef.h:704:4: error: #error "OpenCV 4.x+ requires enabled C++11 support" 704 | # error "OpenCV 4.x+ requires enabled C++11 support" | ^~~~~ /usr/include/opencv4/opencv2/core/cvdef.h:710:10: fatal error: array: No such file or directory 710 | #include <array>
To Reproduce Steps to reproduce the behavior:
colcon build -DCMAKE_BUILD_TYPE=Release
Expected behavior I expect ROS2 Foxy to compile with CUDA support.
System (please complete the following information):
Additional context I noticed that this problem was fixed for Noetic in #308.
The text was updated successfully, but these errors were encountered:
Just saw #257 and the discussion at the end that referenced this fork https://github.com/ajaypaul2008/darknet_ros/tree/foxy
Sorry, something went wrong.
Please try to use my fork :) .
Thanks! I switched to your branch on the PR you made and it works well!
Please close this.
Closed since #319 will fix this once it is merged.
No branches or pull requests
Describe the bug
When I build the foxy branch of
darknet_ros
with CUDA support I get the following errors:To Reproduce
Steps to reproduce the behavior:
colcon build -DCMAKE_BUILD_TYPE=Release
Expected behavior
I expect ROS2 Foxy to compile with CUDA support.
System (please complete the following information):
Additional context
I noticed that this problem was fixed for Noetic in #308.
The text was updated successfully, but these errors were encountered: