leggedrobotics / darknet_ros

YOLO ROS: Real-Time Object Detection for ROS
BSD 3-Clause "New" or "Revised" License
2.14k stars 1.16k forks source link

Invoking "make -j4 -l4" failed #324

Closed MART98 closed 3 years ago

MART98 commented 3 years ago

Hello all ... I need help...

Ubuntu 18.04 ROS Melodic

when catkin_make :

. . . [ 67%] Built target turtlebot3_example_generate_messages_eus [ 73%] Built target turtlebot3_example_generate_messages_lisp [ 75%] Built target realsense_gazebo_plugin [ 82%] Built target turtlebot3_example_generate_messages_py [ 88%] Built target turtlebot3_example_generate_messages_cpp make[2]: No rule to make target 'darknet_ros/darknet_ros/CMakeFiles/darknet_ros_lib.dir/build'. Stop. CMakeFiles/Makefile2:3146: recipe for target 'darknet_ros/darknet_ros/CMakeFiles/darknet_ros_lib.dir/all' failed make[1]: [darknet_ros/darknet_ros/CMakeFiles/darknet_ros_lib.dir/all] Error 2 make[1]: Waiting for unfinished jobs.... [ 88%] Built target darknet_ros_msgs_generate_messages [ 94%] Built target turtlebot3_example_generate_messages_nodejs [ 94%] Built target realsense2_camera_generate_messages Makefile:140: recipe for target 'all' failed make: [all] Error 2 Invoking "make -j4 -l4" failed

tomlankhorst commented 3 years ago

Please follow the instructions in the readme. Make sure to clone recursively.

tomlankhorst commented 3 years ago

If you want help you need to formulate a clear question and provide context: what did you do; how can we reproduce your problem. Thanks for your understanding.