Tom Lankhorst
Tom Lankhorst
Thanks for your contribution. Darknet_ros is now OpenCV compatible. Shall we close this issue?
Sorry for late reply Q1: @mbjelonic might now Q2: On CPU that might be normal. Did you build in release mode? Q3: Build in release mode and try to tweak...
Exciting work, thank you. We'll try to evaluate your work and come back to this asap.
Dear @Ar-Ray-code, first of all, sorry for the slow response. @mbjelonic and I like your contributions. Right now, we're not using Darknet for ROS 2 on our real robots (we're...
Thanks to everyone involved in this change. This PR seems valuable to many users. Thus it would be nice to merge (or decline) it soon, especially since it seems fully...
Which operating system are you using? This assumes you're on the Ubuntu LTS distro that corresponds to the ROS Distro, using the default `g++/gcc` compilers. That is for example: ROS...
Would you mind compiling again, with the VERBOSE=1 variable set? Did you compile with `project(ros_package_template CXX)` ? What's the result.
Sorry for my late reply. What is the value of your CC and CXX environment variables? Are you using an IDE? Some set these variables for you. What is the...
Thanks for contributing. What problem do you encounter without the Kohana 3.0 core change you describe?
If aliases work because the from is stored as a string, then I feel like subqueries should work too. ``` .from("("+subquery.str()+") sub") ```