pub fn crawl(search_paths: Vec<PathBuf>) -> Vec<Package>
Expand description

Finds ROS packages within a list of search paths.

This function may panic if it reaches a maximum search depth. If this function panics while you’re using it, you may have some infinite loop in your paths due to symlinking.