-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Major Release] Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs for #1914 #1917
[Major Release] Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs for #1914 #1917
Conversation
ad690ca
to
79b80ba
Compare
79b80ba
to
afd7b86
Compare
all tests except .4 failing
|
does this mean if someone uses latest jsk_recognition, without changing srv/msg files location from jsk_pcl_ros to jsk_recognition_msgs, the compile fails? |
No, it can't be. The fail just caused by remaining migration. |
please update -> #1827 (comment) |
Updated. |
something wrong with the script @wkentaro |
Here? |
@k-okada Thank you for the report. I found a bug in the migration code: jsk-ros-pkg/jsk_common#1506 |
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