-
Notifications
You must be signed in to change notification settings - Fork 26
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
the target was not found when colcon build gxf_issac_image_flip #48
Comments
Have you found a solution to this? As i faced similar issue too, currently stuck at gxf_isaac_image_flip
I checked those 2 files, they're well located inside the directory Best |
Similar problem, if not the same.
` |
Hi, I had the same issue with @brettpac, and just solved it by adding Seems like this bug is gonna be reproduced a lot, I wonder which architecture are you using in the device. |
Hi @oxcarxierra, not sure if this was addressed to me but at the moment I'm getting this error on an x86_64 workstation, using IsaacROSDev containers. |
To whom it may concern,
executing colcon build in ROS2 humble environment, I have the following build error message
23.13 CMake Error at /opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_add_library.cmake:66 (add_library):
23.13 Target "gxf_isaac_image_flip" links to target "magic_enum::magic_enum" but
23.13 the target was not found. Perhaps a find_package() call is missing for an
23.13 IMPORTED target, or an ALIAS target is missing?
23.13 Call Stack (most recent call first):
23.13 CMakeLists.txt:33 (ament_auto_add_library)
Thank you for your precious time on this matter,
and please let me know if any questions or suggestions.
The text was updated successfully, but these errors were encountered: