ros2_java
ros2_java copied to clipboard
How can I listen Qos event in java interface?
Is there any way to listen Qos event in java implementation?
We've worked on support for QoS events in a fork; we are currently in the process of upstreaming changes (which will include QoS event support).
It's not a complete list, but here are some relevant PRs from our fork:
- https://github.com/osrf/ros2_java/pull/13
- https://github.com/osrf/ros2_java/pull/14
- https://github.com/osrf/ros2_java/pull/19
- https://github.com/osrf/ros2_java/pull/18
Stay tuned.