Skip to content

Commit

Permalink
cras_cpp_common: tf2_utils: Added TfMessageFilter compatible with log…
Browse files Browse the repository at this point in the history
…_utils.
  • Loading branch information
peci1 committed Nov 24, 2024
1 parent 987c09e commit 90fd483
Show file tree
Hide file tree
Showing 3 changed files with 844 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cras_cpp_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,10 @@ target_link_libraries(cras_rate_limiter
add_library(cras_tf2_utils
src/tf2_utils.cpp
src/tf2_utils/interruptible_buffer.cpp)
target_sources(cras_tf2_utils INTERFACE $<BUILD_INTERFACE:${CCC_INCLUDE_BASE}/tf2_utils/message_filter.hpp>)
add_dependencies(cras_tf2_utils ${catkin_EXPORTED_TARGETS})
target_link_libraries(cras_tf2_utils
PUBLIC cras_thread_utils cras_time_utils ${catkin_LIBRARIES})
PUBLIC cras_log_utils cras_thread_utils cras_time_utils ${catkin_LIBRARIES})

add_library(cras_string_utils src/string_utils.cpp src/string_utils/from_chars.cpp src/string_utils/ros.cpp)
add_dependencies(cras_string_utils ${catkin_EXPORTED_TARGETS})
Expand Down
Loading

0 comments on commit 90fd483

Please sign in to comment.