You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: