Replies: 2 comments 1 reply
-
Thank you for your report.
Run the following in the
After that,
and then try to build again. I hope this works out for you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I overlooked that you had already run the following command
However, it is important to then execute the following
Thank you for your time and confirmation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I build the project with command
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
,I got the error:src/universe/autoware.universe/localization/ar_tag_based_localizer/include/ar_tag_based_localizer/utils.hpp:50:10: fatal error: aruco/aruco.h: No such file or directory 50 | #include <aruco/aruco.h> | ^~~~~~~~~~~~~~~
then I install the aruco with command
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
, and build again, but got error:how can I fix the problem? please help me , thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions