-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Installing ouster-ros currently installs libboost-all-dev, libopencv-all-dev, and libpcl-all-dev.
From what I can tell these are coming from <depend>cv_bridge</depend>, <depend>pcl_ros</depend>, <depend>pcl_conversion</depend>.
Describe the solution you'd like
Could we move those packages to <build_depend> tags so that end users of the package do not need them installed.
Describe alternatives you've considered
Currently we have an apt remove in our CI to remove these packages after install ouster-ros which works but, is inelegant.
Targeted Platform (please complete the following information only if applicable, otherwise dot N/A):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request