From 451a98f793415d68a1309981b1757c6f8ceabf29 Mon Sep 17 00:00:00 2001 From: Shaun Edwards Date: Fri, 27 Feb 2015 22:52:20 -0600 Subject: [PATCH] Removed extraneous dependencies. Re-enable launch test --- industrial_robot_simulator/CMakeLists.txt | 17 +++++++++-------- industrial_robot_simulator/package.xml | 3 --- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/industrial_robot_simulator/CMakeLists.txt b/industrial_robot_simulator/CMakeLists.txt index cc4fc63c..a4fd6993 100644 --- a/industrial_robot_simulator/CMakeLists.txt +++ b/industrial_robot_simulator/CMakeLists.txt @@ -2,22 +2,23 @@ cmake_minimum_required(VERSION 2.8.3) project(industrial_robot_simulator) -find_package(catkin REQUIRED COMPONENTS roscpp std_msgs sensor_msgs - control_msgs trajectory_msgs industrial_robot_client) +find_package(catkin REQUIRED COMPONENTS std_msgs sensor_msgs + control_msgs trajectory_msgs) catkin_package( - CATKIN_DEPENDS roscpp std_msgs sensor_msgs control_msgs trajectory_msgs industrial_robot_client + CATKIN_DEPENDS std_msgs sensor_msgs control_msgs trajectory_msgs ) ########## ## Test ## ########## -# ROS launch testing -## 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) +if (CATKIN_ENABLE_TESTING) + find_package(roslaunch REQUIRED) + roslaunch_add_file_check(launch + DEPENDENCIES + joint_trajectory_action) +endif() ############# ## Install ## diff --git a/industrial_robot_simulator/package.xml b/industrial_robot_simulator/package.xml index f8f65e36..d2b6d943 100644 --- a/industrial_robot_simulator/package.xml +++ b/industrial_robot_simulator/package.xml @@ -9,15 +9,12 @@ Shaun Edwards catkin - roscpp std_msgs sensor_msgs control_msgs trajectory_msgs - industrial_robot_client industrial_msgs python-rospkg - roscpp std_msgs sensor_msgs control_msgs