-
Notifications
You must be signed in to change notification settings - Fork 3
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
CMake Error at cmake/ROS2.cmake:85 (find_package) #10
Comments
Bug on my side. The problem is a missing dependency in the package.xml, such that ament-cmake-clang-format is missing.
|
Hmm, actually not. The problem is that the build instructions are outdated. You may hit more errors. Let me fix the README |
Thank you for your fast reply! |
That one is unexpected. Please post error messages. |
I updated the build instructions. They now refer to the common build instructions for ROS2 packages. I just tested building event_camera_tools on ROS2 humble/Ubuntu Jammy and it built without error. Should also build on ROS2 iron since that is tested by the automated build scripts. |
Thank you, I followed the updated instructions. Unfortunately, the MovieMaker compile issues remain:
As it seems to be related to Prophesee's mat.hpp, I will have a look at their docs to see if I find something useful. |
Something funky is going on with opencv. It is getting pulled in from the wrong place. |
Yes. That was it! My bad. Thank you! The build was successful this time. However, when I try to run for example the
Is there something I am doing wrong? |
after you successfully compiled you need to update your environment variables so ros can find the newly compiled packages.
|
Oh, of course! Thank you very much for your time! |
Hi!
I am running
Ubuntu Jammy (22.04)
andIron Irwini
ROS.When building, I encountered the following error:
What could I do to mitigate this issue? Thank you very much in advance!
The text was updated successfully, but these errors were encountered: