From 6abf28b813be8c61a8a0045ca065c104007375b7 Mon Sep 17 00:00:00 2001 From: Jacob Panikulam Date: Mon, 3 Nov 2014 17:29:54 -0500 Subject: [PATCH] Gazebo: Move config.yaml to appropriate place --- .../config/robot_control_config.yaml | 4 ++-- ros/robot_control/config/config.yaml | 19 ------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 ros/robot_control/config/config.yaml diff --git a/ros/ieee2015_robot/config/robot_control_config.yaml b/ros/ieee2015_robot/config/robot_control_config.yaml index 4936ad4..05f81e1 100644 --- a/ros/ieee2015_robot/config/robot_control_config.yaml +++ b/ros/ieee2015_robot/config/robot_control_config.yaml @@ -12,8 +12,8 @@ robot: joint2_position_controller: type: effort_controllers/JointPositionController joint: ArmRot1Rev - pid: {p: 100.0, i: 0.01, d: 10.0} + pid: {p: 19000.0, i: 50, d: 100} joint3_position_controller: type: effort_controllers/JointPositionController joint: ArmRot2Rev - pid: {p: 100.0, i: 0.01, d: 10.0} \ No newline at end of file + pid: {p: 19000.0, i: 50, d: 100} diff --git a/ros/robot_control/config/config.yaml b/ros/robot_control/config/config.yaml deleted file mode 100644 index 05f81e1..0000000 --- a/ros/robot_control/config/config.yaml +++ /dev/null @@ -1,19 +0,0 @@ -robot: - # Publish all joint states ----------------------------------- - joint_state_controller: - type: joint_state_controller/JointStateController - publish_rate: 50 - - # Position Controllers --------------------------------------- - joint1_position_controller: - type: effort_controllers/JointPositionController - joint: ArmYRotCont - pid: {p: 100.0, i: 0.01, d: 10.0} - joint2_position_controller: - type: effort_controllers/JointPositionController - joint: ArmRot1Rev - pid: {p: 19000.0, i: 50, d: 100} - joint3_position_controller: - type: effort_controllers/JointPositionController - joint: ArmRot2Rev - pid: {p: 19000.0, i: 50, d: 100}