IntelligentRoboticsLabs / gb_visual_detection_3d

87 stars 32 forks source link

Error on catkin_make #65

Closed TapleFlib closed 1 year ago

TapleFlib commented 1 year ago

Anyone know why this happened and how to solve it?

image

fgonzalezr1998 commented 1 year ago

You need to clone the darknet_ros_msgs repo in your workspace in order to compile it. This package uses darknet_ros and its messages so catkin is looking for them @TapleFlib

TapleFlib commented 1 year ago

I added them and I got another error today : image

TapleFlib commented 1 year ago

Answer : I use git clone and it failed, I think I don't know the syntax for ros version in the command, so I download it directly from github and extract it manually and it worked, the problem is the ROS version.