-
Notifications
You must be signed in to change notification settings - Fork 286
doc: readme: fix example conversion configs: all -> all_topics #1661
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
doc: readme: fix example conversion configs: all -> all_topics #1661
Conversation
Signed-off-by: Jonas Otto <[email protected]>
442781e to
2fc2605
Compare
fujitatomoya
left a comment
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.
good eye! lgtm.
@MichaelOrlov @Barry-Xu-2018 this actually breaks the user configuration as reported. i will go through the documentation again.
|
The rosbag2/rosbag2_transport/src/rosbag2_transport/record_options.cpp Lines 58 to 103 in 5a06430
The current README.md only mentions part of it. Is it necessary to point to the relevant code, so users know what can be configured ? @fujitatomoya @MichaelOrlov Lines 221 to 240 in 5a06430
|
|
Additionally. rosbag2/rosbag2_transport/src/rosbag2_transport/record_options.cpp Lines 58 to 103 in 5a06430
|
…readme Signed-off-by: Jonas Otto <[email protected]>
|
@Barry-Xu-2018 thanks for pointing me to the corresponding parts in the source. I updated the |
|
oh, i also just notice that it's not only the rosbag2/rosbag2_storage/src/rosbag2_storage/storage_options.cpp Lines 44 to 56 in 5a06430
|
fujitatomoya
left a comment
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.
lgtm.
i do not think we need to introduce all options here, but all options need to be aligned with the implementation.
MichaelOrlov
left a comment
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.
I think it will be valuable to add all_services: true for examples with bag compression and bag split.
To avoid other potential questions in the future, like "Why services were lost during conversion?"
Co-authored-by: Michael Orlov <[email protected]> Signed-off-by: Jonas Otto <[email protected]>
Co-authored-by: Michael Orlov <[email protected]> Signed-off-by: Jonas Otto <[email protected]>
MichaelOrlov
left a comment
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.
LGTM. Thanks for the PR!
clalancette
left a comment
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.
Looks good to me as well.
Given that this is a change to documentation, we can merge this without CI, but @MichaelOrlov I'll wait for you to do that. I think we should also backport this to the jazzy branch.
|
Merging without CI run since changes only in the |
|
https://github.com/Mergifyio backport jazzy |
✅ Backports have been created
|
* fix example conversion configs: all -> all_topics Signed-off-by: Jonas Otto <[email protected]> * update topic and service selection arguments in conversion config in readme Signed-off-by: Jonas Otto <[email protected]> * add all_services: true to first example Co-authored-by: Michael Orlov <[email protected]> Signed-off-by: Jonas Otto <[email protected]> * add all_services: true to second example Co-authored-by: Michael Orlov <[email protected]> Signed-off-by: Jonas Otto <[email protected]> --------- Signed-off-by: Jonas Otto <[email protected]> Co-authored-by: Michael Orlov <[email protected]> (cherry picked from commit 938fafa)
#1668) * fix example conversion configs: all -> all_topics Signed-off-by: Jonas Otto <[email protected]> * update topic and service selection arguments in conversion config in readme Signed-off-by: Jonas Otto <[email protected]> * add all_services: true to first example Co-authored-by: Michael Orlov <[email protected]> Signed-off-by: Jonas Otto <[email protected]> * add all_services: true to second example Co-authored-by: Michael Orlov <[email protected]> Signed-off-by: Jonas Otto <[email protected]> --------- Signed-off-by: Jonas Otto <[email protected]> Co-authored-by: Michael Orlov <[email protected]> (cherry picked from commit 938fafa) Co-authored-by: Jonas Otto <[email protected]>
this was changed in #1480, see issue #1660