diff --git a/perception_launch/CMakeLists.txt b/perception_launch/CMakeLists.txt index 1ded711b0..4b21dc3b0 100644 --- a/perception_launch/CMakeLists.txt +++ b/perception_launch/CMakeLists.txt @@ -4,6 +4,11 @@ project(perception_launch) find_package(ament_cmake_auto REQUIRED) ament_auto_find_build_dependencies() +if(BUILD_TESTING) + find_package(ament_lint_auto REQUIRED) + ament_lint_auto_find_test_dependencies() +endif() + ament_auto_package( INSTALL_TO_SHARE launch diff --git a/perception_launch/package.xml b/perception_launch/package.xml index db4b9e5f1..724f2c0ae 100644 --- a/perception_launch/package.xml +++ b/perception_launch/package.xml @@ -10,13 +10,16 @@ ament_cmake_auto - dynamic_object_visualization - image_transport_plugins - + cluster_data_association + dynamic_object_visualization + euclidean_cluster + lidar_apollo_instance_segmentation + map_based_prediction + multi_object_tracker + naive_path_prediction + roi_cluster_fusion + shape_estimation + tensorrt_yolo3 ament_lint_auto ament_lint_common