cannot launch node of type [darknet_ros/darknet_ros]
https://github.com/Tossy0423/yolov4-f...
I'm trying to apply yolo v4 using a camera in a gazebo environment. So, I cloned the above Github link and executed the launch file. But I get the following error: So I entered the above path, but the node file does not exist. Can you tell me how to solve it?
path : vrx_ws/src/yolov4-for-darknet_ros/darknet_ros/darknet_ros
ERROR: cannot launch node of type [darknet_ros/darknet_ros]: Cannot locate node of type [darknet_ros] in package [darknet_ros]. Make sure file exists in package path and permission is set to executable (chmod +x)
You are missing your errors, path and code in your comment.
I add a path and code error .
I know this can sound dumb but did you compile, source and then run ? what command do you use for running it ?
I did compile. and I used command : roslaunch darknet_ros yolo_v4.launch
what about sourcing ?
I don't understand about your question.
did you run source install/setup.bash
Yes. I did already.