From: Walter Fetter Lages Date: Tue, 30 Jun 2020 17:59:33 +0000 (-0300) Subject: Add group_pid controller. X-Git-Url: http://git.ece.ufrgs.br/?a=commitdiff_plain;h=e0a53985ae669cf1038cbe423a5c440e873db6b2;p=q2d.git Add group_pid controller. --- diff --git a/q2d_bringup/config/group_pid.yaml b/q2d_bringup/config/group_pid.yaml new file mode 100644 index 0000000..c6317f2 --- /dev/null +++ b/q2d_bringup/config/group_pid.yaml @@ -0,0 +1,11 @@ +group_controller: + type: effort_controllers/JointGroupEffortController + joints: + - shoulder_active_joint + - elbow_active_joint + shoulder_active_joint/pid: {p: 2310, i: 4640, d: 0.299} + elbow_active_joint/pid: {p: 339, i: 851, d: 0.351} + +joint_states_publisher: + type: joint_state_controller/JointStateController + publish_rate: 100 diff --git a/q2d_bringup/config/pid.yaml b/q2d_bringup/config/pid.yaml index 5d0200c..6ef84b6 100644 --- a/q2d_bringup/config/pid.yaml +++ b/q2d_bringup/config/pid.yaml @@ -1,7 +1,7 @@ shoulder_controller: type: effort_controllers/JointPositionController joint: shoulder_active_joint - pid: {p: 2310, i: 4640, d: 0.299} + pid: {p: 2310, i: 4640, d: 0.299} elbow_controller: type: effort_controllers/JointPositionController diff --git a/q2d_bringup/launch/group_bypass.launch b/q2d_bringup/launch/group_bypass.launch deleted file mode 100644 index 89dd4cd..0000000 --- a/q2d_bringup/launch/group_bypass.launch +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/q2d_bringup/launch/group_bypass.launch b/q2d_bringup/launch/group_bypass.launch new file mode 120000 index 0000000..2f8f799 --- /dev/null +++ b/q2d_bringup/launch/group_bypass.launch @@ -0,0 +1 @@ +group_ijc.launch \ No newline at end of file diff --git a/q2d_bringup/launch/group_ijc.launch b/q2d_bringup/launch/group_ijc.launch new file mode 100644 index 0000000..89dd4cd --- /dev/null +++ b/q2d_bringup/launch/group_ijc.launch @@ -0,0 +1,5 @@ + + + diff --git a/q2d_bringup/launch/group_pid.launch b/q2d_bringup/launch/group_pid.launch new file mode 120000 index 0000000..2f8f799 --- /dev/null +++ b/q2d_bringup/launch/group_pid.launch @@ -0,0 +1 @@ +group_ijc.launch \ No newline at end of file