I guess that `topic` parameter was meant to be used, e.g. ``` if (bag_message->topic_name != topic) { continue; } ``` could be added [here](https://github.com/ANYbotics/grid_map/blob/1457713d683dbf2c0e12a15f0d40b61db4170b66/grid_map_ros/src/GridMapRosConverter.cpp#L726)
I guess that
topicparameter was meant to be used, e.g.could be added here