orbbec / OrbbecSDK_ROS2

OrbbecSDK ROS2 wrapper
https://orbbec.github.io/OrbbecSDK_ROS2/
Apache License 2.0
57 stars 19 forks source link

Include apt depencies in package.xml #31

Closed janmacro closed 1 month ago

janmacro commented 2 months ago

Hello,

It would be nice if the apt dependencies were declared directly in the orbbec_camera/package.xml file. Something like this would probably work:

<depend>libgflags-dev</depend>
<depend>nlohmann-json-dev</depend>
<depend>libgoogle-glog-dev</depend>

Then the package could be installed the usual way with rosdep.

janmacro commented 1 month ago

Thank you