doc: readme: fix example conversion configs: all -> all_topics#1661
doc: readme: fix example conversion configs: all -> all_topics#1661MichaelOrlov merged 4 commits intoros2:rollingfrom
Conversation
Signed-off-by: Jonas Otto <jonas@jonasotto.com>
442781e to
2fc2605
Compare
fujitatomoya
left a comment
There was a problem hiding this comment.
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 <jonas@jonasotto.com>
|
@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.
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.
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 <morlovmr@gmail.com> Signed-off-by: Jonas Otto <jonas@jonasotto.com>
Co-authored-by: Michael Orlov <morlovmr@gmail.com> Signed-off-by: Jonas Otto <jonas@jonasotto.com>
MichaelOrlov
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the PR!
clalancette
left a comment
There was a problem hiding this comment.
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 createdDetails
|
* fix example conversion configs: all -> all_topics Signed-off-by: Jonas Otto <jonas@jonasotto.com> * update topic and service selection arguments in conversion config in readme Signed-off-by: Jonas Otto <jonas@jonasotto.com> * add all_services: true to first example Co-authored-by: Michael Orlov <morlovmr@gmail.com> Signed-off-by: Jonas Otto <jonas@jonasotto.com> * add all_services: true to second example Co-authored-by: Michael Orlov <morlovmr@gmail.com> Signed-off-by: Jonas Otto <jonas@jonasotto.com> --------- Signed-off-by: Jonas Otto <jonas@jonasotto.com> Co-authored-by: Michael Orlov <morlovmr@gmail.com> (cherry picked from commit 938fafa)
#1668) * fix example conversion configs: all -> all_topics Signed-off-by: Jonas Otto <jonas@jonasotto.com> * update topic and service selection arguments in conversion config in readme Signed-off-by: Jonas Otto <jonas@jonasotto.com> * add all_services: true to first example Co-authored-by: Michael Orlov <morlovmr@gmail.com> Signed-off-by: Jonas Otto <jonas@jonasotto.com> * add all_services: true to second example Co-authored-by: Michael Orlov <morlovmr@gmail.com> Signed-off-by: Jonas Otto <jonas@jonasotto.com> --------- Signed-off-by: Jonas Otto <jonas@jonasotto.com> Co-authored-by: Michael Orlov <morlovmr@gmail.com> (cherry picked from commit 938fafa) Co-authored-by: Jonas Otto <jonas@jonasotto.com>
this was changed in #1480, see issue #1660