Skip to content

Commit

Permalink
Do not exec_depend on build_depends (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple authored Mar 1, 2025
1 parent b38ac0a commit cb29d23
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion nebula_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>ros_environment</buildtool_depend>

<depend>libpcl-all-dev</depend>
<build_depend>libpcl-all-dev</build_depend>
<build_export_depend>libpcl-all-dev</build_export_depend>
<depend>nlohmann-json-dev</depend>
<depend>yaml-cpp</depend>

Expand Down
9 changes: 6 additions & 3 deletions nebula_decoders/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@

<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>ros_environment</buildtool_depend>
<build_depend>libpcl-all-dev</build_depend>
<build_depend>libpng++-dev</build_depend>
<build_depend>libpng-dev</build_depend>
<build_export_depend>libpcl-all-dev</build_export_depend>
<build_export_depend>libpng++-dev</build_export_depend>
<build_export_depend>libpng-dev</build_export_depend>

<depend>angles</depend>
<depend>continental_msgs</depend>
<depend>diagnostic_msgs</depend>
<depend>libpcl-all-dev</depend>
<depend>libpng++-dev</depend>
<depend>libpng-dev</depend>
<depend>nebula_common</depend>
<depend>nebula_msgs</depend>
<depend>pandar_msgs</depend>
Expand Down
3 changes: 2 additions & 1 deletion nebula_examples/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>ros_environment</buildtool_depend>
<build_depend>libpcl-all-dev</build_depend>
<build_export_depend>libpcl-all-dev</build_export_depend>

<depend>libpcl-all-dev</depend>
<depend>nebula_common</depend>
<depend>nebula_decoders</depend>
<depend>nebula_ros</depend>
Expand Down
3 changes: 2 additions & 1 deletion nebula_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>ros_environment</buildtool_depend>
<buildtool_depend>ros_testing</buildtool_depend>
<build_depend>libpcl-all-dev</build_depend>
<build_export_depend>libpcl-all-dev</build_export_depend>

<depend>continental_msgs</depend>
<depend>continental_srvs</depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>geometry_msgs</depend>
<depend>libpcl-all-dev</depend>
<depend>nebula_common</depend>
<depend>nebula_decoders</depend>
<depend>nebula_hw_interfaces</depend>
Expand Down

0 comments on commit cb29d23

Please sign in to comment.