From ab362db4e3be8fbd5a8c53a68419ccef84317e8d Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Mon, 27 Apr 2020 10:49:29 -0700 Subject: [PATCH] add missing export of urdf (#529) Signed-off-by: Dirk Thomas --- rviz_common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rviz_common/CMakeLists.txt b/rviz_common/CMakeLists.txt index 92d1ee14b..578ce60a5 100644 --- a/rviz_common/CMakeLists.txt +++ b/rviz_common/CMakeLists.txt @@ -288,6 +288,7 @@ ament_export_dependencies( tf2 tf2_geometry_msgs tf2_ros + urdf yaml_cpp_vendor ) ament_export_include_directories(include)