IntelRealSense / realsense_samples_ros

Sample code illustrating how to develop ROS applications using the Intel® RealSense™ ZR300 camera for Object Library (OR), Person Library (PT), and Simultaneous Localization And Mapping (SLAM).
Apache License 2.0
127 stars 92 forks source link

File missing #18

Open samby7 opened 7 years ago

samby7 commented 7 years ago

When I'm doing catkin_make, this error crops up. In file included from /home/sambuddha/catkin_ws_2/src/realsense_samples_ros/realsense_ros_person/src/apiwrapper/realsense_ros_person_nodelet.cpp:4:0: /home/sambuddha/catkin_ws_2/src/realsense_samples_ros/realsense_ros_person/src/apiwrapper/realsense_ros_person_nodelet.h:34:50: fatal error: person_tracking_video_module_factory.h: No such file or directory

include "person_tracking_video_module_factory.h"

                                              ^

compilation terminated. This file is not even present in this github repository. How to debug this error?