Undeclared jsk_pcl_ros, openni_launch dependencies in roseus_tutorials
andersfischernielsen opened this issue · 2 comments
I'm currently doing some research on static analysis of ROS packages at the IT University of Copenhagen, more specifically dependency checking of .launch
files in ROS packages.
There seems to be a $(find jsk_pcl_ros)
and a $(find openni_launch)
in
jsk_roseus/roseus_tutorials/launch/hsi_color_filter.launch
that's not declared injsk_roseus/roseus_tutorials/package.xml
.
This would make roslaunch
fail on this file, right?
I'm unsure whether this is a dependency bug since I don't know what the role of the .launch
file is. If it's just a "demo type" file to show what the package is capable of, then it could be classified as being not a bug, but I'm unsure.
Thank you for reporting this issue!
I fixed this dependency bug in #613 .
@andersfischernielsen thanks for the report, but we do not consider a bug. These codes are example/demo code and we are aware of it.