OMARI1988 / skeleton_tracker

skeleton tracker
3 stars 8 forks source link

Could not find a package "yaml_cpp_0_3" #10

Open ccwen96 opened 6 years ago

ccwen96 commented 6 years ago

Hi, Im new to ROS and Linux. When i try to catkin_make, It showed Could not find a package configuration file provided by "yaml_cpp_0_3" with any following names: yaml_cpp_0_3config.cmake yaml_cpp_0_3-config.cmake

Is it because I forget to install something or any thing i did wrong?

OMARI1988 commented 6 years ago

Hi, it's just that you have to install the yaml_cpp package. But skeleton_tracker is an old package and openni is no longer supported. Maybe if you tell me what you are trying to do I can help you in a better way?

Mo

On Sat, 30 Jun 2018, 06:26 ccwen96, notifications@github.com wrote:

Hi, Im new to ROS and Linux. When i try to catkin_make, It showed Could not find a package configuration file provided by "yaml_cpp_0_3" with any following names: yaml_cpp_0_3config.cmake yaml_cpp_0_3-config.cmake

Is it because I forget to install something or any thing i did wrong?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OMARI1988/skeleton_tracker/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AFPFinsnjFOMBqU6-0_-coklwNptYmFMks5uBwv-gaJpZM4U92Yt .

ccwen96 commented 6 years ago

I'm trying to learn how to get values of hands and other parts of body and make a programme from it. So, I'm looking for a skeleton tracker and learn how it works

OMARI1988 commented 6 years ago

Sure, try to use convolutional pose machine. It produces much more accurate results.

https://github.com/OMARI1988/cpm_skeleton

On Wed, 4 Jul 2018, 06:05 ccwen96, notifications@github.com wrote:

I'm trying to learn how to get values of hands and other parts of body and make a programme from it. So, I'm looking for a skeleton tracker and learn how it works

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OMARI1988/skeleton_tracker/issues/10#issuecomment-402364096, or mute the thread https://github.com/notifications/unsubscribe-auth/AFPFihBwwVFPOnagmceH0BLMmQdqo_Lyks5uDE0KgaJpZM4U92Yt .

ccwen96 commented 6 years ago

Thank you very much for your help. Will look into it. :)