Bug report
Required Info:
- Operating System:
- Installation type:
- Version or commit hash:
- DDS implementation:
- Client library (if applicable):
Steps to reproduce issue
Run gtest_intra_process__rmw_dps_cpp.
Expected behavior
Test passes.
Actual behavior
Test fails.
Additional information
The test fails due to can_communicate returning false from the qos reliability check. The publisher qos is the get_actual_qos from the the RMW layer while the subscriber qos is the one supplied by the application (not get_actual_qos).