Closed wkentaro closed 7 years ago
@wkentaro
Done all.
thank you, please update jsk-ros-pkg/jsk_recognition#1827 (comment) once this PR is merged. BTW, why this PR passes? I think we do not release newer version of jsk_recognition to hydro..
BTW, why this PR passes? I think we do not release newer version of jsk_recognition to hydro..
Maybe because they are only in lisp code and there's no tests..
Background
Some packages in jsk_visualization depends on jsk_pcl_ros because it uses the srv files. But jsk_pcl_ros is a very large package and the dependency should be avoided ideally. The solution is placing
msg/srv
files intojsk_recognition_msgs
.Plans
jsk_recognition_msgs
is released: http://repositories.ros.org/status_page/ros_indigo_default.html?q=jsk_recognition_msgsjsk_pcl_ros/srv
.jsk_pcl_ros
.Related PRs