Skeleton Tracking
I am currently in the process of skeleton tracking using the instructions from this link http://dougsbots.blogspot.co.uk/2012/02/ros-kinect-skeleton-tracking.html
When I try to run the command roslaunch skeleton_markers markers_from_tf.launch
, I get the following error below
ERROR: cannot launch node of type [openni_tracker/openni_tracker]: can't locate node [openni_tracker] in package [openni_tracker]
The command keeps running after the error and when I try to finish the instructions the skeleton tracking does not work. If anybody knows how I can fix this problem any help would be appreciated.
Asked by fundamentals on 2017-01-19 08:16:37 UTC
Comments
The tutorial you link is very old, and refers to ROS Electric. That is 6 releases ago. It is very well possible that the packages don't exist or work anymore on recent versions of ROS. Can you tell us how you installed and setup everything?
Asked by gvdhoorn on 2017-01-19 08:35:05 UTC
I installed the openni tracker library by using git clone https://github.com/ros-drivers/openni_tracker.git. When I wanted to run it I changed to my catkin_ws(workspace) then I used the command source devel/setup.bash then I used the commands from the link I posted. @gvdhoorn
Asked by fundamentals on 2017-01-20 07:03:10 UTC
That could then potentially work. Can you make sure there is a
openni_tracker
binary underdevel/lib
?Asked by gvdhoorn on 2017-01-20 12:05:16 UTC