Skip to content

Commit

Permalink
fix(lidar_apollo_segmentation_tvm): Add missing dependency (autowaref…
Browse files Browse the repository at this point in the history
…oundation#3384)

The dependency on tf2_geometry_msgs was previously inherited from
autoware_auto_geometry, which was removed in autowarefoundation#3169. Explicitly add this
dependency.

Issue-Id: SCM-6366
Change-Id: I465bcb4e0c876b994f8fc86c5b3784d1421a70ef

Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
  • Loading branch information
ambroise-arm authored and Mingyu1991 committed Jun 26, 2023
1 parent 8a869ec commit ca1e376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perception/lidar_apollo_segmentation_tvm/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>tf2_eigen</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>tier4_perception_msgs</depend>
<depend>tvm_utility</depend>
Expand Down

0 comments on commit ca1e376

Please sign in to comment.