From 2da9025acb156b36b72a6249a73f86088b70fc41 Mon Sep 17 00:00:00 2001 From: Shaun Edwards Date: Mon, 6 Jan 2014 21:53:11 -0500 Subject: [PATCH] Disabled roslaunch tests, waiting for fix. Source version of roslaunch was tested and passed --- industrial_robot_simulator/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/industrial_robot_simulator/CMakeLists.txt b/industrial_robot_simulator/CMakeLists.txt index 383c28af..cef7ad24 100644 --- a/industrial_robot_simulator/CMakeLists.txt +++ b/industrial_robot_simulator/CMakeLists.txt @@ -24,8 +24,10 @@ catkin_package( ########## # ROS launch testing -find_package(roslaunch) -roslaunch_add_file_check(launch) +## ROS launch testing should be re-enabled when the roslaunch script is officially +## released (see https://github.com/ros/ros_comm/pull/333) +##find_package(roslaunch) +##roslaunch_add_file_check(launch) ############# ## Install ##