ros2cli
ros2cli copied to clipboard
Add support for topic QOS for ros2topic bw, delay and hz
This PR adds support for QoS configuration for the verbs: bw, delay and hz.
It moves the logic to decide on the QoS from echo
into ros2topic.api
to keep the same logic for the 4 verbs.
I'm not really satisfied with my extract_qos_arguments
function. It's a bit useless, it might be cleaner to just pass the full args to each _rostopic_verb
function
Resolves: #719