intel / ros_intel_movidius_ncs

Apache License 2.0
128 stars 60 forks source link

Could not find a package configuration file provided by "object_msgs" #63

Closed manhha1402 closed 6 years ago

manhha1402 commented 6 years ago

I tried to run "catkin_make" command the ros movidius, it showed the error that ros cannot find package "object_msgs" in CMakeLists.txt file. Since I am a beginner with ROS so how can I get this package ? I am using ros kinetic Thanks!

xhuan28 commented 6 years ago

I guess you are using devel branch of the code. Actually, this branch is under development and unstable. Please switch branch to master with tag v0.5.0(https://github.com/intel/ros_intel_movidius_ncs/tree/v0.5.0), your issue should not exist any more.

manhha1402 commented 6 years ago

Thanks !