rosbag info C++ API
Is there any way to recover the number of messages of a given topic from a .bag file using the C++ API?
I know the Python API does, which is used in rosbag info <bag>
(I think, by means of the _get_yaml_info
Bag class method), but I'd like to know whether we have the same feature in the C++ API or not?
Thanks!