rgbdslam/rgbdslam_ros_ui.h not found
I am trying to build my own SLAM project using some of RGBDSLAM code. After I copied some modules I went to compile using rosmake, but it threw me this error
rgbdslam/rgbdslam_ros_ui.h: No such file or directory
I figurd this is happening because I am missing something about service generation. Can anyone guide me how to do that. BTW, I have the following line uncommented in CMakeLists
rosbuild_gensrv()
But I have no idea how to make it recognize the rgbdslam folder in src.