Using rosbag c++ code API
Hello everyone,
I am trying to use the rosbag C++ code API in my own node. For that I need to refer to the rosbag sources (rosbag::Bag etc.). By default only the binaries from rosbag were installed. So I cloned the ros_comm git into my local ros stack ros_comm. Now the stack contains the src files, but I still can't refer to them in my eclipse project for the node.
Where do I have to put the source files from rosbag to let Eclipse and the maker recognize them?
One solution would be to include them via their absolute path, but don't feel like this would be a good solution.
Best regards, Josch