From: Walter Fetter Lages Date: Wed, 12 Dec 2018 04:21:06 +0000 (-0200) Subject: Fix dependencies. X-Git-Url: http://git.ece.ufrgs.br/?a=commitdiff_plain;h=257e5e15f20fc47a1385217c4d188a7a481f909a;p=ufrgs_wam.git Fix dependencies. --- diff --git a/bhand_bringup/CMakeLists.txt b/bhand_bringup/CMakeLists.txt index 4dc606c..ad172f4 100644 --- a/bhand_bringup/CMakeLists.txt +++ b/bhand_bringup/CMakeLists.txt @@ -8,11 +8,11 @@ project(bhand_bringup) ## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz) ## is used, also find other catkin packages find_package(catkin REQUIRED COMPONENTS - bhand_description - control_msgs - controller_manager - position_controllers - urdf +# bhand_description +# control_msgs +# controller_manager +# position_controllers +# urdf ) ## System dependencies are found with CMake's conventions diff --git a/bhand_bringup/package.xml b/bhand_bringup/package.xml index a864ad6..3275f63 100644 --- a/bhand_bringup/package.xml +++ b/bhand_bringup/package.xml @@ -50,16 +50,6 @@ catkin - bhand_description - control_msgs - controller_manager - position_controllers - urdf - bhand_description - control_msgs - controller_manager - position_controllers - urdf bhand_description control_msgs controller_manager diff --git a/ufrgs_wam/package.xml b/ufrgs_wam/package.xml index 4024e73..1957bed 100644 --- a/ufrgs_wam/package.xml +++ b/ufrgs_wam/package.xml @@ -50,18 +50,6 @@ catkin - bhand_bringup - bhand_description - wam_bringup - wam_description - wam_node_sim - wam_node_test - bhand_bringup - bhand_description - wam_bringup - wam_description - wam_node_sim - wam_node_test bhand_bringup bhand_description wam_bringup diff --git a/wam_bringup/CMakeLists.txt b/wam_bringup/CMakeLists.txt index 73dc253..92eaff3 100644 --- a/wam_bringup/CMakeLists.txt +++ b/wam_bringup/CMakeLists.txt @@ -8,13 +8,13 @@ project(wam_bringup) ## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz) ## is used, also find other catkin packages find_package(catkin REQUIRED COMPONENTS - computed_torque_controller - control_msgs - controller_manager - joint_state_controller - pid_plus_gravity_controller - urdf - wam_description +# computed_torque_controller +# control_msgs +# controller_manager +# joint_state_controller +# pid_plus_gravity_controller +# urdf +# wam_description ) ## System dependencies are found with CMake's conventions diff --git a/wam_bringup/package.xml b/wam_bringup/package.xml index 069151d..f7da0a6 100644 --- a/wam_bringup/package.xml +++ b/wam_bringup/package.xml @@ -50,20 +50,6 @@ catkin - computed_torque_controller - control_msgs - controller_manager - joint_state_controller - pid_plus_gravity_controller - urdf - wam_description - computed_torque_controller - control_msgs - controller_manager - joint_state_controller - pid_plus_gravity_controller - urdf - wam_description computed_torque_controller control_msgs controller_manager diff --git a/wam_description/package.xml b/wam_description/package.xml index 9d0df1d..52e8818 100644 --- a/wam_description/package.xml +++ b/wam_description/package.xml @@ -2,7 +2,7 @@ wam_description 2.1.1 - The wam_description package

+

The wam_description package

This package contains xacro files for the Barrett WAM robot arm. It is based on the iri_wam_description package developed by the IRI Robotics Lab. However, coordinate frames were modified to follow diff --git a/wam_node_sim/CMakeLists.txt b/wam_node_sim/CMakeLists.txt index da7e13d..d89c1ba 100644 --- a/wam_node_sim/CMakeLists.txt +++ b/wam_node_sim/CMakeLists.txt @@ -115,7 +115,7 @@ catkin_package( # INCLUDE_DIRS include # LIBRARIES wam_node_sim CATKIN_DEPENDS geometry_msgs kdl_parser roscpp std_msgs std_srvs trajectory_msgs wam_msgs wam_srvs - DEPENDS Eigen3 +# DEPENDS Eigen3 ) ###########