Use rclcpp::SystemDefaultsQoS() instead of magic numbers (or document magic numbers) #2225
Labels
enhancement
New feature or request
good first issue
Good for newcomers
persistent
Allows issues to remain open without automatic stalling and closing.
In many places throughout the codebase, we're still using magic numbers to configure QoS for publishers and subscribers for example:
here, here or here.
I think we should replace this in all cases with rclcpp::SystemDefaultsQoS() for consistency and maybe more stability. @henningkayser + @tylerjw What do you think?
The text was updated successfully, but these errors were encountered: