WIP: backport message flow tracing to foxy
This commit is contained in:
parent
c12abc5698
commit
79e07924d6
3 changed files with 77 additions and 3 deletions
|
@ -27,6 +27,7 @@ endif()
|
|||
|
||||
find_package(ament_cmake_ros REQUIRED)
|
||||
|
||||
find_package(tracetools REQUIRED)
|
||||
find_package(rcutils REQUIRED)
|
||||
find_package(rcpputils REQUIRED)
|
||||
|
||||
|
@ -44,6 +45,7 @@ find_package(rosidl_runtime_c REQUIRED)
|
|||
find_package(rosidl_typesupport_introspection_c REQUIRED)
|
||||
find_package(rosidl_typesupport_introspection_cpp REQUIRED)
|
||||
|
||||
ament_export_dependencies(tracetools)
|
||||
ament_export_dependencies(rcutils)
|
||||
ament_export_dependencies(rcpputils)
|
||||
ament_export_dependencies(rmw)
|
||||
|
@ -84,6 +86,7 @@ endif()
|
|||
|
||||
|
||||
ament_target_dependencies(rmw_cyclonedds_cpp
|
||||
"tracetools"
|
||||
"rcutils"
|
||||
"rcpputils"
|
||||
"rosidl_typesupport_introspection_c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue