Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[perception launch]: Add missing dependecies for traffic light recogn…
Browse files Browse the repository at this point in the history
…ition

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 committed Feb 18, 2021
1 parent d018823 commit 5f8e885
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions perception_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<buildtool_depend>ament_cmake_auto</buildtool_depend>

<!-- object recognition -->
<exec_depend>dynamic_object_visualization</exec_depend>
<exec_depend>euclidean_cluster</exec_depend>
<exec_depend>lidar_apollo_instance_segmentation</exec_depend>
Expand All @@ -22,6 +23,13 @@
<exec_depend>object_range_splitter</exec_depend>
<exec_depend>object_merger</exec_depend>

<!-- traffic light recognition -->
<exec_depend>image_trasnport</exec_depend>
<exec_depend>traffic_lgiht_map_based_detector</exec_depend>
<exec_depend>traffic_light_ssd_fine_detector</exec_depend>
<exec_depend>traffic_light_classifier</exec_depend>
<exec_depend>traffic_light_visualization</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

Expand Down

0 comments on commit 5f8e885

Please sign in to comment.