Skip to content

Commit

Permalink
Fixed roslaunch test dependency and build depends for robot simulator…
Browse files Browse the repository at this point in the history
… package
  • Loading branch information
shaun-edwards committed Mar 16, 2015
1 parent c36c0c6 commit df1f3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion industrial_robot_simulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (CATKIN_ENABLE_TESTING)
find_package(roslaunch REQUIRED)
roslaunch_add_file_check(launch
DEPENDENCIES
industrial_core)
joint_trajectory_action)
endif()

#############
Expand Down
2 changes: 1 addition & 1 deletion industrial_robot_simulator/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<build_depend>control_msgs</build_depend>
<build_depend>trajectory_msgs</build_depend>
<build_depend>industrial_msgs</build_depend>
<build_depend>python-rospkg</build_depend>
<build_depend version_gte="1.9.55">roslaunch</build_depend>
<run_depend>std_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>control_msgs</run_depend>
Expand Down

0 comments on commit df1f3d7

Please sign in to comment.