We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2fed0 commit b546645Copy full SHA for b546645
README.md
@@ -77,6 +77,7 @@ The following `rmw` implementations are supported:
77
* `rmw_cyclonedds_cpp`
78
* `rmw_fastrtps_cpp`
79
* `rmw_fastrtps_dynamic_cpp`
80
+* `rmw_zenoh_cpp`
81
82
To make sure that the instrumentation and tracepoints are available:
83
test_tracetools/CMakeLists.txt
@@ -234,6 +234,7 @@ if(BUILD_TESTING)
234
rmw_cyclonedds_cpp
235
rmw_fastrtps_cpp
236
rmw_fastrtps_dynamic_cpp
237
+ rmw_zenoh_cpp
238
)
239
get_available_rmw_implementations(rmw_implementations)
240
foreach(_test_path ${_test_tracetools_pytest_tests_multi_rmw})
0 commit comments