livox_ros_driver
livox_ros_driver copied to clipboard
"git" and "apr" listed as dependencies in package.xml
trafficstars
Hi everyone,
we noticed that the livox_ros_driver/package.xml contains <depend/> tags for git and apr.
However, they are not actually needed for building, so they are not build, export or execution dependencies (as documented in http://wiki.ros.org/catkin/package.xml for <depend/> tags).
We also run the following command in our CI pipeline to install all dependencies
rosdep install --from-paths src --ignore-src -r -y
to install all dependencies, but as git and apr are not resolved, they are still listed when running
rosdep keys --from-paths src --ignore-src -r -y
So, is there a reason why the tools are listed in <depend/> tag?