Skip to content
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

Catkin_make problem #129

Open
Mkarami3 opened this issue Aug 21, 2020 · 1 comment
Open

Catkin_make problem #129

Mkarami3 opened this issue Aug 21, 2020 · 1 comment

Comments

@Mkarami3
Copy link

Hi,
Many thanks for providing your code for free.
When I run
catkin_make -DCATKIN_WHITELIST_PACKAGES="aruco;aruco_ros;aruco_msgs"

It gives me:

dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/build.make:158: recipe for target 'dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/src/aruco/marker.cpp.o' failed
make[2]: *** [dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/src/aruco/marker.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Scanning dependencies of target aruco_msgs_generate_messages_lisp
dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/build.make:62: recipe for target 'dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/src/aruco/arucofidmarkers.cpp.o' failed
make[2]: *** [dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/src/aruco/arucofidmarkers.cpp.o] Error 1
[ 50%] Built target aruco_msgs_generate_messages_cpp
[ 53%] Generating Lisp code from aruco_msgs/Marker.msg
[ 56%] Generating Lisp code from aruco_msgs/MarkerArray.msg
Scanning dependencies of target aruco_msgs_generate_messages_nodejs
[ 59%] Generating Javascript code from aruco_msgs/Marker.msg
[ 62%] Generating Javascript code from aruco_msgs/MarkerArray.msg
[ 62%] Built target aruco_msgs_generate_messages_lisp
[ 62%] Built target aruco_msgs_generate_messages_nodejs
Scanning dependencies of target aruco_msgs_generate_messages
[ 62%] Built target aruco_msgs_generate_messages
dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/build.make:86: recipe for target 'dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/src/aruco/cvdrawingutils.cpp.o' failed
make[2]: *** [dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/src/aruco/cvdrawingutils.cpp.o] Error 1
CMakeFiles/Makefile2:470: recipe for target 'dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/all' failed
make[1]: *** [dependencies/aruco_ros/aruco/CMakeFiles/aruco.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j8 -l8" failed

I assume this is asscoiated to my Opencv version which is 3.2 version.
Can you please advice about this issue?
Thanks

@shuaitaoliu
Copy link

source /opt/ros/noetic/setup.bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants