Add argument to toggle caching of catkin_pkg.packages.find_packages#74
Add argument to toggle caching of catkin_pkg.packages.find_packages#74garaemon wants to merge 2 commits intoros:hydro-develfrom
Conversation
|
Please consider to update the PR to use the existing argument |
catkin.find_in_workspaces.find_in_workspaces and add utility function to create cache for source_path_to_packages keyword argument
There was a problem hiding this comment.
The logic to iterate over the workspaces and finding packages in each of them is provided by catkin.find_in_workspaces and should be reused instead of being duplicated here.
|
If you are still interested in this feature it would be highly appreciated if you could update the PR based on the comments above. |
|
@dirk-thomas
Actually, I don't find the way to reuse function in catkin.find_in_workspaces so created another function. |
patch for ros/ros_comm#541