-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "ignore leaf topics" option to recorder #925
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM with green CI - although I wish it could be slightly less verbose to make one of those tests, that's not your problem to solve with this change.
@@ -56,6 +58,12 @@ filter_topics_with_known_type( | |||
const std::unordered_map<std::string, std::string> & topics_and_types, | |||
std::unordered_set<std::string> & topic_unknown_types); | |||
|
|||
ROSBAG2_TRANSPORT_PUBLIC | |||
std::unordered_map<std::string, std::string> | |||
filter_leaf_topics( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a docstring for this please? I know the other functions don't have them (but that's a bad and confusing thing)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, fixed in da80c56.
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
…tion Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
c9d9333
to
be6bbe1
Compare
Thanks for figuring out the merge - sorry about any difficulty that caused. |
Fixes #912.