From 5f8e885d3cd5a613f394981f08e34d66a981c92a Mon Sep 17 00:00:00 2001 From: wep21 Date: Thu, 18 Feb 2021 16:42:38 +0900 Subject: [PATCH] [perception launch]: Add missing dependecies for traffic light recognition Signed-off-by: wep21 --- perception_launch/package.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/perception_launch/package.xml b/perception_launch/package.xml index 99f77d216..dab2729d1 100644 --- a/perception_launch/package.xml +++ b/perception_launch/package.xml @@ -10,6 +10,7 @@ ament_cmake_auto + dynamic_object_visualization euclidean_cluster lidar_apollo_instance_segmentation @@ -22,6 +23,13 @@ object_range_splitter object_merger + + image_trasnport + traffic_lgiht_map_based_detector + traffic_light_ssd_fine_detector + traffic_light_classifier + traffic_light_visualization + ament_lint_auto ament_lint_common