intel / ros_openvino_toolkit

Apache License 2.0
148 stars 74 forks source link

Unable to run Person_Reidentfication sample #48

Open Arnab1311 opened 5 years ago

Arnab1311 commented 5 years ago

[pipeline_reidentification_oss.launch] is neither a launch file in package [vino_launch] nor is [vino_launch] a launch file name The traceback for the exception was written to the log file

This is what i get everytime i try running the sample.

chaoli2 commented 5 years ago

@Arnab1311 Have you sourced "devel/setup.bash" under your catkin_make directory? Checked in source code, pipeline_reidentification_oss.launch is under vino_launch/launch folder.

After compilation, the launch file should be copied into "devel" or "install" directory. Would you please check this with a find -name "*.launch" command?