ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The next roslaunch
version (1.9.55) will allow you to specify the option keyword DEPENDENCIES
when invoking roslaunch_add_file_check()
followed by a list of target names which must be built before the test is run.
Until then you must manually build all targets necessary (or just build the whole workspace).