ros2cli icon indicating copy to clipboard operation
ros2cli copied to clipboard

Add support for topic QOS for ros2topic bw, delay and hz

Open TonyWelte opened this issue 5 months ago • 3 comments

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

TonyWelte avatar Sep 17 '24 20:09 TonyWelte