-
Notifications
You must be signed in to change notification settings - Fork 190
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] Move service files: jsk_pcl_ros -> jsk_recognition_msgs to reuse #1827
Conversation
I'm afraid this will affect large set of applications,,, |
So currently I'm using cmake macro for this migration. |
34e23bd
to
74c443f
Compare
Lots of source codes using jsk_pcl_ros.srvs must be updated, right? |
No: #1827 (comment) |
If currently working program does not get bad effect, this PR is OK. |
The whole bad effects can't be covered by only me.
You said below, so you mean you usually the jsk_pcl_ros.srvs?
|
In drc_task_common, maybe following is the only code using jsk_pcl_ros/srvs as log as I did grep. If my memory is correct, |
Related issue seems #634. Scripts in jsk_pcl_ros like https://github.com/jsk-ros-pkg/jsk_recognition/blob/master/jsk_pcl_ros/scripts/tower_detect_viewer_server.py#L27 can be replaced in this PR? (and https://github.com/jsk-ros-pkg/jsk_recognition/blob/master/jsk_pcl_ros/scripts/tower_detect_viewer_server.py#L26 seems to be forgotten by someone?) @garaemon somehow used sed command for migration. Also, my grep result by |
Anyway if the macro works well, i am ok with this PR. |
Another option without the macro is:
and this seems better. Any idea? |
ok, before we merge this PR what is the plan? when we stop using cmake ◉ Kei Okada 2016-10-22 3:09 GMT+09:00 Kentaro Wada [email protected]:
|
I think this PR can be closed.
I sent PR for fixing that all jsk-ros-pkg and start-jsk packages.
|
moved to #1914 , for now |
all done, which PR to be merged next |
Thank you for the cooperation. |
we also need this. |
Ok, I summarized them: #1980 |
To remove dependency of jsk_interactive_marker on jsk_pcl_ros.
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
.