-
Notifications
You must be signed in to change notification settings - Fork 164
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
support QoS Depth and History via ros2 topic pub/echo. #528
support QoS Depth and History via ros2 topic pub/echo. #528
Conversation
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
could you take a look at this? |
I will take a look, but I'd prefer to first fix the depth problem as discussed in #523 (comment) in first. |
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 like the idea here, but I found some problems in the implementation. Please take a look.
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
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.
Two more things to fix, then I think this will be ready to go.
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
sorry to disturb you once again, could you take a look at https://github.com/ros2/ros2cli/pull/528/files/11020132e4efc1ecf7d4b0f96fcf099b6678b95c..a4e73056a2fad85525f715e666fff73341a62e01 ? |
@fujitatomoya It looks like tests are failing with flake8 errors. Can you take a look? |
i will check it and get back to you. |
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
fix flake8 code style, confirmed with |
looks all green, do we have a go? |
* support QoS Depth and History via ros2 topic pub/echo. Also keep depth at least 1 with transient_local setting. Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com> Signed-off-by: Craig Hickman <craig.hickman@ukaea.uk>
* support QoS Depth and History via ros2 topic pub/echo. Also keep depth at least 1 with transient_local setting. Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
* support QoS Depth and History via ros2 topic pub/echo. Also keep depth at least 1 with transient_local setting. Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com> Signed-off-by: Nikos Koukis <nickkouk@gmail.com>
* support QoS Depth and History via ros2 topic pub/echo. Also keep depth at least 1 with transient_local setting. Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com> Signed-off-by: Nikos Koukis <nickkouk@gmail.com> Co-authored-by: tomoya <Tomoya.Fujita@sony.com>
close #523
Signed-off-by: Tomoya.Fujita Tomoya.Fujita@sony.com