Skip to content

Enable full tracing tests on ROS 2 CI

Actually declare a dependency on LTTng (liblttng-ust-dev and lttng-tools) so that tests can be run on ROS 2 CI.

Perhaps it would also be a good idea to label the tracing tests with tracing so that they can be skipped easily if needed, e.g.

set_tests_properties(test_<something> PROPERTIES
  LABELS "tracing"
)

Note: I think some time after the above^ was written, a helper macro was added to ament to do that

Edited by Christophe Bédard