Skip to content

Commit

Permalink
Run test_tracetools tests against rmw_fastrtps_dynamic_cpp too (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Jul 8, 2024
1 parent 74ff10b commit 409ae64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ Finally, check out the following presentations:

## Building

As of Iron, the LTTng tracer is a ROS 2 dependency.
Starting from ROS 2 Iron Irwini, the LTTng tracer is a ROS 2 dependency.
Therefore, ROS 2 can be traced out-of-the-box on Linux; this package does not need to be re-built.
The following `rmw` implementations are supported:

* `rmw_connextdds`
* `rmw_cyclonedds_cpp`
* `rmw_fastrtps_cpp`
* `rmw_fastrtps_dynamic_cpp`

To make sure that the instrumentation and tracepoints are available:

Expand Down
1 change: 1 addition & 0 deletions test_tracetools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ if(BUILD_TESTING)
rmw_connextdds
rmw_cyclonedds_cpp
rmw_fastrtps_cpp
rmw_fastrtps_dynamic_cpp
)
get_available_rmw_implementations(rmw_implementations)
foreach(_test_path ${_test_tracetools_pytest_tests_multi_rmw})
Expand Down

0 comments on commit 409ae64

Please sign in to comment.