Can not run vision_ssd_detect
Hi everyone!
I am following this site [https://autoware.readthedocs.io/en/feature-documentation_rtd/DevelopersGuide/PackagesAPI/detection/vision_ssd_detect.html] to install vision_ssd_detect node.
Everything seems to be ok. But when I run the command:
roslaunch vision_ssd_detect vision_ssd_detect
There is an error displayed: RLException: [vision_ssd_detect] is neither a launch file in package [vision_ssd_detect] nor is [vision_ssd_detect] a launch file name
If I run command:
rosrun vision_ssd_detect vision_ssd_detect
There is an error: [rosrun] Couldn't find executable named vision_ssd_detect below /home/sunt/AUTOWARE/SOURCE/autoware.ai/install/vision_ssd_detect/share/vision_ssd_detect
I don't know why?
Can you help suggest me some idea to resolve the problem?
Thank you very much!
My environment:
- Ubuntu 18.04
- Autoware 1.12.0 melodic
Hi @tiensu, did you solve this problem? I'm facing the same issue!
Not yet. I am using Yolo now.