ihmcrobotics / ihmc-java-ros2-communication

Realtime safe implementation of ROS2 in Java.
Apache License 2.0
21 stars 5 forks source link

Make QoS fields final and rename DEFAULT to RELIABLE. #12

Closed calvertdw closed 6 months ago

calvertdw commented 6 months ago

I'm trying to make the QoS setting a little more clear and also prevent them from magically changing. I found myself tracing code to figure out what the settings actually were and what they meant.