From f12e33a64d25e01a9d15cbaf53dfc1563a142be8 Mon Sep 17 00:00:00 2001 From: Gabriel Schmitz Date: Tue, 15 Jan 2019 01:18:49 -0200 Subject: [PATCH] =?utf8?q?Altera=C3=A7=C3=B5es=20nos=20arquivos=20URDF=20e?= =?utf8?q?=20meshes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- miitzhand_description/CMakeLists.txt | 14 +- .../meshes/{Ind_L1.STL => index_l1.STL} | Bin .../meshes/{Ind_L2.STL => index_l2.STL} | Bin .../meshes/{Ind_L3.STL => index_l3.STL} | Bin .../meshes/{Min_L1.STL => little_l1.STL} | Bin .../meshes/{Min_L2.STL => little_l2.STL} | Bin .../meshes/{Min_L3.STL => little_l3.STL} | Bin .../meshes/{Med_L1.STL => middle_l1.STL} | Bin .../meshes/{Med_L2.STL => middle_l2.STL} | Bin .../meshes/{Med_L3.STL => middle_l3.STL} | Bin .../meshes/{Ane_L1.STL => ring_l1.STL} | Bin .../meshes/{Ane_L2.STL => ring_l2.STL} | Bin .../meshes/{Ane_L3.STL => ring_l3.STL} | Bin .../meshes/{Pol_L1.STL => thumb_l1.STL} | Bin .../meshes/{Pol_L2.STL => thumb_l2.STL} | Bin .../meshes/{Pol_L3.STL => thumb_l3.STL} | Bin miitzhand_description/package.xml | 22 +- miitzhand_description/urdf/miitzhand.urdf | 462 ++++++++++----------- 18 files changed, 244 insertions(+), 254 deletions(-) rename miitzhand_description/meshes/{Ind_L1.STL => index_l1.STL} (100%) rename miitzhand_description/meshes/{Ind_L2.STL => index_l2.STL} (100%) rename miitzhand_description/meshes/{Ind_L3.STL => index_l3.STL} (100%) rename miitzhand_description/meshes/{Min_L1.STL => little_l1.STL} (100%) rename miitzhand_description/meshes/{Min_L2.STL => little_l2.STL} (100%) rename miitzhand_description/meshes/{Min_L3.STL => little_l3.STL} (100%) rename miitzhand_description/meshes/{Med_L1.STL => middle_l1.STL} (100%) rename miitzhand_description/meshes/{Med_L2.STL => middle_l2.STL} (100%) rename miitzhand_description/meshes/{Med_L3.STL => middle_l3.STL} (100%) rename miitzhand_description/meshes/{Ane_L1.STL => ring_l1.STL} (100%) rename miitzhand_description/meshes/{Ane_L2.STL => ring_l2.STL} (100%) rename miitzhand_description/meshes/{Ane_L3.STL => ring_l3.STL} (100%) rename miitzhand_description/meshes/{Pol_L1.STL => thumb_l1.STL} (100%) rename miitzhand_description/meshes/{Pol_L2.STL => thumb_l2.STL} (100%) rename miitzhand_description/meshes/{Pol_L3.STL => thumb_l3.STL} (100%) diff --git a/miitzhand_description/CMakeLists.txt b/miitzhand_description/CMakeLists.txt index 80ee2ff..48b5c00 100644 --- a/miitzhand_description/CMakeLists.txt +++ b/miitzhand_description/CMakeLists.txt @@ -8,15 +8,13 @@ project(miitzhand_description) ## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz) ## is used, also find other catkin packages find_package(catkin REQUIRED COMPONENTS - roscpp - rospy -) -find_package(catkin REQUIRED COMPONENTS - controller_interface - effort_controllers urdf + rviz ) -find_package(cmake_modules REQUIRED) +find_package(t2f_ros) +find_package(robot_state_controller) + + ## System dependencies are found with CMake's conventions # find_package(Boost REQUIRED COMPONENTS system) @@ -108,7 +106,7 @@ find_package(cmake_modules REQUIRED) ## DEPENDS: system dependencies of this project that dependent projects also need catkin_package( LIBRARIES ${PROJECT_NAME} - CATKIN_DEPENDS controller_interface control_msgs urdf + CATKIN_DEPENDS urdf t2f_ros rviz robot_state_controller # INCLUDE_DIRS include # LIBRARIES gabrielquanser_controllers # CATKIN_DEPENDS roscpp rospy diff --git a/miitzhand_description/meshes/Ind_L1.STL b/miitzhand_description/meshes/index_l1.STL similarity index 100% rename from miitzhand_description/meshes/Ind_L1.STL rename to miitzhand_description/meshes/index_l1.STL diff --git a/miitzhand_description/meshes/Ind_L2.STL b/miitzhand_description/meshes/index_l2.STL similarity index 100% rename from miitzhand_description/meshes/Ind_L2.STL rename to miitzhand_description/meshes/index_l2.STL diff --git a/miitzhand_description/meshes/Ind_L3.STL b/miitzhand_description/meshes/index_l3.STL similarity index 100% rename from miitzhand_description/meshes/Ind_L3.STL rename to miitzhand_description/meshes/index_l3.STL diff --git a/miitzhand_description/meshes/Min_L1.STL b/miitzhand_description/meshes/little_l1.STL similarity index 100% rename from miitzhand_description/meshes/Min_L1.STL rename to miitzhand_description/meshes/little_l1.STL diff --git a/miitzhand_description/meshes/Min_L2.STL b/miitzhand_description/meshes/little_l2.STL similarity index 100% rename from miitzhand_description/meshes/Min_L2.STL rename to miitzhand_description/meshes/little_l2.STL diff --git a/miitzhand_description/meshes/Min_L3.STL b/miitzhand_description/meshes/little_l3.STL similarity index 100% rename from miitzhand_description/meshes/Min_L3.STL rename to miitzhand_description/meshes/little_l3.STL diff --git a/miitzhand_description/meshes/Med_L1.STL b/miitzhand_description/meshes/middle_l1.STL similarity index 100% rename from miitzhand_description/meshes/Med_L1.STL rename to miitzhand_description/meshes/middle_l1.STL diff --git a/miitzhand_description/meshes/Med_L2.STL b/miitzhand_description/meshes/middle_l2.STL similarity index 100% rename from miitzhand_description/meshes/Med_L2.STL rename to miitzhand_description/meshes/middle_l2.STL diff --git a/miitzhand_description/meshes/Med_L3.STL b/miitzhand_description/meshes/middle_l3.STL similarity index 100% rename from miitzhand_description/meshes/Med_L3.STL rename to miitzhand_description/meshes/middle_l3.STL diff --git a/miitzhand_description/meshes/Ane_L1.STL b/miitzhand_description/meshes/ring_l1.STL similarity index 100% rename from miitzhand_description/meshes/Ane_L1.STL rename to miitzhand_description/meshes/ring_l1.STL diff --git a/miitzhand_description/meshes/Ane_L2.STL b/miitzhand_description/meshes/ring_l2.STL similarity index 100% rename from miitzhand_description/meshes/Ane_L2.STL rename to miitzhand_description/meshes/ring_l2.STL diff --git a/miitzhand_description/meshes/Ane_L3.STL b/miitzhand_description/meshes/ring_l3.STL similarity index 100% rename from miitzhand_description/meshes/Ane_L3.STL rename to miitzhand_description/meshes/ring_l3.STL diff --git a/miitzhand_description/meshes/Pol_L1.STL b/miitzhand_description/meshes/thumb_l1.STL similarity index 100% rename from miitzhand_description/meshes/Pol_L1.STL rename to miitzhand_description/meshes/thumb_l1.STL diff --git a/miitzhand_description/meshes/Pol_L2.STL b/miitzhand_description/meshes/thumb_l2.STL similarity index 100% rename from miitzhand_description/meshes/Pol_L2.STL rename to miitzhand_description/meshes/thumb_l2.STL diff --git a/miitzhand_description/meshes/Pol_L3.STL b/miitzhand_description/meshes/thumb_l3.STL similarity index 100% rename from miitzhand_description/meshes/Pol_L3.STL rename to miitzhand_description/meshes/thumb_l3.STL diff --git a/miitzhand_description/package.xml b/miitzhand_description/package.xml index 3c3d886..891397d 100644 --- a/miitzhand_description/package.xml +++ b/miitzhand_description/package.xml @@ -16,26 +16,18 @@ MIT - catkin + catkin - controller_interface - effort_controllers - roscpp - rospy - control_msgs urdf - cmake_modules + robot_state_controller + t2f_ros + rviz - cmake_modules - roscpp - rospy urdf - control_msgs - controller_interface - controller_manager - effort_controllers + robot_state_controller joint_state_controller - joint_position_controller + t2f_ros + rviz diff --git a/miitzhand_description/urdf/miitzhand.urdf b/miitzhand_description/urdf/miitzhand.urdf index 948fb0b..feee073 100644 --- a/miitzhand_description/urdf/miitzhand.urdf +++ b/miitzhand_description/urdf/miitzhand.urdf @@ -53,7 +53,7 @@ + name="little_l1"> + filename="package://miitzhand_description/meshes/little_l1.STL" /> @@ -88,12 +88,12 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/little_l1.STL" /> + link="little_l1" /> + name="little_l2"> + filename="package://miitzhand_description/meshes/little_l2.STL" /> @@ -146,20 +146,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/little_l2.STL" /> + link="little_l1" /> + link="little_l2" /> - + + name="little_l3"> + filename="package://miitzhand_description/meshes/little_l3.STL" /> @@ -205,20 +205,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/little_l3.STL" /> + link="little_l2" /> + link="little_l3" /> - + + name="ring_l1"> + filename="package://miitzhand_description/meshes/ring_l1.STL" /> @@ -264,12 +264,12 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/ring_l1.STL" /> + link="ring_l1" /> + name="ring_l2"> + filename="package://miitzhand_description/meshes/ring_l2.STL" /> @@ -322,20 +322,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/ring_l2.STL" /> + link="ring_l1" /> + link="ring_l2" /> - + + name="ring_l3"> + filename="package://miitzhand_description/meshes/ring_l3.STL" /> @@ -381,20 +381,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/ring_l3.STL" /> + link="ring_l2" /> + link="ring_l3" /> - + + name="middle_l1"> + filename="package://miitzhand_description/meshes/middle_l1.STL" /> @@ -440,12 +440,12 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/middle_l1.STL" /> + link="middle_l1" /> + name="middle_l2"> + filename="package://miitzhand_description/meshes/middle_l2.STL" /> @@ -498,20 +498,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/middle_l2.STL" /> + link="middle_l1" /> + link="middle_l2" /> - + + name="middle_l3"> + filename="package://miitzhand_description/meshes/middle_l3.STL" /> @@ -557,20 +557,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/middle_l3.STL" /> + link="middle_l2" /> + link="middle_l3" /> - + + name="index_l1"> + filename="package://miitzhand_description/meshes/index_l1.STL" /> @@ -616,12 +616,12 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/index_l1.STL" /> + link="index_l1" /> + name="index_l2"> + filename="package://miitzhand_description/meshes/index_l2.STL" /> @@ -674,20 +674,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/index_l2.STL" /> + link="index_l1" /> + link="index_l2" /> - + + name="index_l3"> + filename="package://miitzhand_description/meshes/index_l3.STL" /> @@ -733,20 +733,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/index_l3.STL" /> + link="index_l2" /> + link="index_l3" /> - + + name="thumb_l1"> + filename="package://miitzhand_description/meshes/thumb_l1.STL" /> @@ -792,12 +792,12 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/thumb_l1.STL" /> + link="thumb_l1" /> + name="thumb_l2"> + filename="package://miitzhand_description/meshes/thumb_l2.STL" /> @@ -850,20 +850,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/thumb_l2.STL" /> + link="thumb_l1" /> + link="thumb_l2" /> + name="thumb_l3"> + filename="package://miitzhand_description/meshes/thumb_l3.STL" /> @@ -908,20 +908,20 @@ rpy="0 0 0" /> + filename="package://miitzhand_description/meshes/thumb_l3.STL" /> + link="thumb_l2" /> + link="thumb_l3" /> - + - + + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - - - + + - Pol_J3 - Pol_J2 - 1.0 - 0.0 - 30.0 - 0.0 + thumb_j3 + thumb_j2 + 1.0 + 0.0 + 30.0 + 0.0 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + - Ind_J2 - Ind_J1 - 1.0 - 0.0 - 30.0 - 0.0 + index_j2 + index_j1 + 1.0 + 0.0 + 30.0 + 0.0 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + - Ind_J3 - Ind_J1 - 1.0 - 0.0 - 30.0 - 0.0 + index_j3 + index_j1 + 1.0 + 0.0 + 30.0 + 0.0 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + - Med_J2 - Med_J1 - 1.0 - 0.0 - 30.0 - 0.0 + middle_j2 + middle_j1 + 1.0 + 0.0 + 30.0 + 0.0 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + - Med_J3 - Med_J1 - 1.0 - 0.0 - 30.0 - 0.0 + middle_j3 + middle_j1 + 1.0 + 0.0 + 30.0 + 0.0 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + - Ane_J2 - Ane_J1 - 1.0 - 0.0 - 30.0 - 0.0 + ring_j2 + ring_j1 + 1.0 + 0.0 + 30.0 + 0.0 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + - Ane_J3 - Ane_J1 - 1.0 - 0.0 - 30.0 - 0.0 + ring_j3 + ring_j1 + 1.0 + 0.0 + 30.0 + 0.0 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + - Min_J2 - Min_J1 - 1.0 - 0.0 - 30.0 - 0.0 + little_j2 + little_j1 + 1.0 + 0.0 + 30.0 + 0.0 - + - + transmission_interface/SimpleTransmission - + EffortJointInterface - + 1 - + - + - Min_J3 - Min_J1 - 1.0 - 0.0 - 30.0 - 0.0 + little_j3 + little_j1 + 1.0 + 0.0 + 30.0 + 0.0 - + - /miitzhand - 0.001 - gazebo_ros_control/DefaultRobotHWSim + /miitzhand + 0.001 + gazebo_ros_control/DefaultRobotHWSim - + -- 2.12.0