Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roslaunch-check: Search dir recursively (#1914)
* roslaunch-check: Search dir recursively This will simply check all .launch files in the directory you pass, including subdirectories. I recently set up roslaunch-check on a CI server, and missed having a feature like this. However, the directory you pass must still be a ROS package or a subdirectory of a ROS package. If you have, say, a dir containing many packages, and you want to check every launch file in every package in that dir, then you'll need to invoke roslaunch-check once for each package. * roslaunch-check: Don't search hidden folders
- Loading branch information