Skip to content
Snippets Groups Projects
Commit af2cf401 authored by ipa-fxm's avatar ipa-fxm
Browse files

cleaning up package xml and CMakeLists

parent f19bc6e9
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ project(ur_driver)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS roscpp rospy std_msgs message_generation ur_msgs)
find_package(catkin REQUIRED COMPONENTS roscpp rospy std_msgs ur_msgs)
catkin_python_setup()
......
......@@ -13,23 +13,15 @@
<author email="sedwards@swri.org">Shaun Edwards</author>
<run_depend>python-beautifulsoup</run_depend>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib</build_depend>
<build_depend>control_msgs</build_depend>
<build_depend>rospy</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>trajectory_msgs</build_depend>
<build_depend>ur_msgs</build_depend>
<run_depend>rospy</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>control_msgs</run_depend>
<run_depend>rospy</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>trajectory_msgs</run_depend>
<run_depend>python-beautifulsoup</run_depend>
<run_depend>ur_msgs</run_depend>
<run_depend>python-beautifulsoup</run_depend>
<export>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment