-
Notifications
You must be signed in to change notification settings - Fork 173
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
[jsk_interactive_marker] Explicitly resolve dependency for jsk_recognition_utils in package.xml #699
Conversation
can you visualize current dependency graph using |
... and here is the dependency graph in DOT format. https://drive.google.com/open?id=1Vcg-pshcnJQ1iPYFkmFvUCXuRUCmkboY |
This is my fault, we need not just a graph, but the graph that explain/show
the dependency easily, you can modify dependency level.
Old rqt_graph can show the stack as rectangle, and may be you can add code
to support meta packages.
…--
◉ Kei Okada
2018-07-24 19:42 GMT+09:00 Yuto Uchimi <[email protected]>:
OK. This is the image of dependency graph.
[image: rospackgraph_jsk_interactive_marker resized]
<https://user-images.githubusercontent.com/22876283/43133311-5834f698-8f79-11e8-977a-559149544705.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#699 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3PG4efc2T6GyT7IDEKBIueBvS0fsks5uJvn4gaJpZM4VLGw9>
.
|
@YutoUchimi
please use ros-visualization/rqt_dep#6 to
visualize dependencies.
|
Visualizing with ros-visualization/rqt_dep#6 |
ok #666 (comment) says
and now jsk_interactive_marker also depends on jsk_recognition_utils at build time
|
jsk_recognition_utils
package is installed in dependent pacakges such asjsk_rviz_plugins
, butjsk_recognition_utils
is imported or included in some files injsk_interactive_marker
package (e.g. jsk_interactive_marker/scripts/transformable_markers_client.py).So I think it desirable to explicitly install that package from
jsk_interactive_marker
.