ros2_java
ros2_java copied to clipboard
Add lifespan qos in rcljava
Can you explain the use-case for the new interface?
Currently, rcljava does support lifespan, but uses a Duration
type to represent it:
https://github.com/ros2-java/ros2_java/blob/093a1019c4847a88dfb6e548646225fce40b0e88/rcljava/src/main/java/org/ros2/rcljava/qos/QoSProfile.java#L39
(same for deadline and liveliness lease)
I'm not sure this new interface is necessary.