From fbc0dfe6c5b9395e520c9c22c54b9ada9c9b5299 Mon Sep 17 00:00:00 2001 From: Gabriel Schmitz Date: Thu, 10 Jan 2019 12:18:40 -0200 Subject: [PATCH] =?utf8?q?Separa=C3=A7=C3=A3o=20entre=20a=20simula=C3=A7?= =?utf8?q?=C3=A3o=20utilizando=20Gazebo=20e=20os=20testes=20com=20RVIZ.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- miitzhand_description/config/miitzhand_joints.yaml | 80 --------------- miitzhand_description/launch/miitzhand.launch | 109 --------------------- miitzhand_description/package.xml | 2 +- 3 files changed, 1 insertion(+), 190 deletions(-) delete mode 100644 miitzhand_description/config/miitzhand_joints.yaml delete mode 100644 miitzhand_description/launch/miitzhand.launch diff --git a/miitzhand_description/config/miitzhand_joints.yaml b/miitzhand_description/config/miitzhand_joints.yaml deleted file mode 100644 index 6da2cb2..0000000 --- a/miitzhand_description/config/miitzhand_joints.yaml +++ /dev/null @@ -1,80 +0,0 @@ -miitzhand: - - joint_state_controller: - type: joint_state_controller/JointStateController - publish_rate: 100 - - Pol1_position_controller: - type: effort_controllers/JointPositionController - joint: Pol_J1 - pid: {p: 200, i: 50, d: 10} - - Pol2_position_controller: - type: effort_controllers/JointPositionController - joint: Pol_J2 - pid: {p: 0.7, i: 1, d: 0.01} - - Pol3_position_controller: - type: effort_controllers/JointPositionController - joint: Pol_J3 - pid: {p: 0.1, i: 0.001, d: 0.0008} - - Ind1_position_controller: - type: effort_controllers/JointPositionController - joint: Ind_J1 - pid: {p: 2, i: 0, d: 0} - - Ind2_position_controller: - type: effort_controllers/JointPositionController - joint: Ind_J2 - pid: {p: 2, i: 0, d: 0} - - Ind3_position_controller: - type: effort_controllers/JointPositionController - joint: Ind_J3 - pid: {p: 1, i: 0, d: 0} - - Med1_position_controller: - type: effort_controllers/JointPositionController - joint: Med_J1 - pid: {p: 2, i: 1, d: 0} - - Med2_position_controller: - type: effort_controllers/JointPositionController - joint: Med_J2 - pid: {p: 1, i: 1, d: 0} - - Med3_position_controller: - type: effort_controllers/JointPositionController - joint: Med_J3 - pid: {p: 1, i: 1, d: 0} - - Ane1_position_controller: - type: effort_controllers/JointPositionController - joint: Ane_J1 - pid: {p: 2, i: 1, d: 0} - - Ane2_position_controller: - type: effort_controllers/JointPositionController - joint: Ane_J2 - pid: {p: 1, i: 1, d: 0} - - Ane3_position_controller: - type: effort_controllers/JointPositionController - joint: Ane_J3 - pid: {p: 1, i: 1, d: 0} - - Min1_position_controller: - type: effort_controllers/JointPositionController - joint: Min_J1 - pid: {p: 2, i: 1, d: 0} - - Min2_position_controller: - type: effort_controllers/JointPositionController - joint: Min_J2 - pid: {p: 1, i: 1, d: 0} - - Min3_position_controller: - type: effort_controllers/JointPositionController - joint: Min_J3 - pid: {p: 1, i: 1, d: 0} diff --git a/miitzhand_description/launch/miitzhand.launch b/miitzhand_description/launch/miitzhand.launch deleted file mode 100644 index 3d567dd..0000000 --- a/miitzhand_description/launch/miitzhand.launch +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/miitzhand_description/package.xml b/miitzhand_description/package.xml index ebb3f7e..29ba574 100644 --- a/miitzhand_description/package.xml +++ b/miitzhand_description/package.xml @@ -7,7 +7,7 @@ - gabriel + gabriel -- 2.12.0