purpose of roslaunch_add_file_check()?
After working through most of the ROS tutorials, I have started studying some of the code for the robots listed on the wiki. I am trying to become a "fluent" ROS developer. To that end, I am trying to figure out what "roslaunch_add_file_check(launch)" does in this CMakeLists.txt file: https://github.com/husky/husky_simula... . (Google seems to indicate that roslaunch_add_file_check() is related to testing, but that package does not have any tests.) What does that line do, and what is its purpose?
Also, is there a general way to find out about ROS-specific CMake functions like that one? I am sure I will have other questions like this in the future. Thank you!