Skip to content

Commit

Permalink
build: add cuda dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Oct 31, 2023
1 parent 25e8b3f commit d1a3151
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/cuda_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>cuda</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>autoware_lint_common</test_depend>

Expand Down
1 change: 1 addition & 0 deletions common/tensorrt_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<buildtool_depend>cudnn_cmake_module</buildtool_depend>
<buildtool_depend>tensorrt_cmake_module</buildtool_depend>

<depend>cuda</depend>
<depend>rclcpp</depend>

<test_depend>ament_lint_auto</test_depend>
Expand Down
2 changes: 2 additions & 0 deletions common/trtexec_vendor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<buildtool_depend>cudnn_cmake_module</buildtool_depend>
<buildtool_depend>tensorrt_cmake_module</buildtool_depend>

<depend>cuda</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>autoware_lint_common</test_depend>

Expand Down
1 change: 1 addition & 0 deletions perception/image_projection_based_fusion/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<depend>autoware_auto_perception_msgs</depend>
<depend>autoware_point_types</depend>
<depend>cuda</depend>
<depend>cv_bridge</depend>
<depend>euclidean_cluster</depend>
<depend>image_transport</depend>
Expand Down
1 change: 1 addition & 0 deletions perception/lidar_apollo_instance_segmentation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<buildtool_depend>ament_cmake</buildtool_depend>

<depend>autoware_auto_perception_msgs</depend>
<depend>cuda</depend>
<depend>cuda_utils</depend>
<depend>libpcl-all-dev</depend>
<depend>pcl_conversions</depend>
Expand Down
1 change: 1 addition & 0 deletions perception/lidar_centerpoint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>autoware_auto_perception_msgs</depend>
<depend>cuda</depend>
<depend>object_recognition_utils</depend>
<depend>pcl_ros</depend>
<depend>python3-open3d</depend>
Expand Down
1 change: 1 addition & 0 deletions perception/tensorrt_classifier/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<build_depend>autoware_cmake</build_depend>

<depend>cuda</depend>
<depend>cuda_utils</depend>
<depend>libopencv-dev</depend>
<depend>rclcpp</depend>
Expand Down
1 change: 1 addition & 0 deletions perception/tensorrt_yolo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>autoware_auto_perception_msgs</depend>
<depend>cuda</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<depend>rclcpp</depend>
Expand Down
1 change: 1 addition & 0 deletions perception/traffic_light_classifier/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<build_depend>autoware_cmake</build_depend>

<depend>cuda</depend>
<depend>cuda_utils</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
Expand Down
1 change: 1 addition & 0 deletions perception/traffic_light_fine_detector/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<build_depend>autoware_cmake</build_depend>

<depend>cuda</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<depend>message_filters</depend>
Expand Down
1 change: 1 addition & 0 deletions perception/traffic_light_ssd_fine_detector/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>
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>cuda</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<depend>message_filters</depend>
Expand Down

0 comments on commit d1a3151

Please sign in to comment.