You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the fact that the user should be responsible for his actions, if the user doesn't configure, we can keep the current default setting.
If the user wants to configure QoS, we accept user setting.
This problem was reported at ros2/rclcpp#1785.
After checking code, find
rmw_cyclonedds/rmw_cyclonedds_cpp/src/rmw_node.cpp
Line 4312 in 2aa2cf5
This line of code causes user settings to be ignored.
Is there a reason for writing the code like this ? Or this is a bug ?
The text was updated successfully, but these errors were encountered: