-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: Introduce PublisherOptions
#372
Conversation
@Koichi98 |
PublisherOptioins
PublisherOptions
動作確認完了です。 |
|
これで良さそうなら、これも今回のPRに加えてしまいましょう。 |
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 👍
|
Description
#306 の実装に向けて、とりあえず
do_always_ros2_publish
をPublisherOptions
構造体に入れました。(see #326 (comment))Related links
How was this PR tested?
bash scripts/e2e_test_1to1_with_ros2sub
(required)bash scripts/e2e_test_2to2
(required)Notes for reviewers
do_always_ros2_publish
が必要になるか、コメントがあるといいと思いました。