Skip to content

Commit 13f183b

Browse files
author
Darby Lim
committed
update pid gain
1 parent a9f81fb commit 13f183b

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
gazebo_ros_control:
22
pid_gains:
33
joint1:
4-
p: 5000.0
5-
i: 80.0
6-
d: 50.0
4+
p: 100000.0
5+
i: 1000.0
6+
d: 100.0
77
i_clamp: 0.2
88
antiwindup: false
99
publish_state: true
1010
joint2:
11-
p: 5000.0
12-
i: 80.0
13-
d: 50.0
11+
p: 100000.0
12+
i: 1000.0
13+
d: 500.0
1414
i_clamp: 0.2
1515
antiwindup: false
1616
publish_state: true
1717
joint3:
18-
p: 5000.0
19-
i: 80.0
20-
d: 50.0
18+
p: 100000.0
19+
i: 1000.0
20+
d: 500.0
2121
i_clamp: 0.2
2222
antiwindup: false
2323
publish_state: true
2424
joint4:
25-
p: 5000.0
26-
i: 80.0
27-
d: 50.0
25+
p: 100000.0
26+
i: 1000.0
27+
d: 500.0
28+
i_clamp: 0.2
29+
antiwindup: false
30+
publish_state: true
31+
gripper:
32+
p: 100000.0
33+
i: 1000.0
34+
d: 500.0
35+
i_clamp: 0.2
36+
antiwindup: false
37+
publish_state: true
38+
gripper_sub:
39+
p: 100000.0
40+
i: 250.0
41+
d: 1000.0
2842
i_clamp: 0.2
2943
antiwindup: false
3044
publish_state: true
31-
# gripper:
32-
# p: 50.0
33-
# i: 0.5
34-
# d: 30.0
35-
# i_clamp: 0.2
36-
# antiwindup: false
37-
# publish_state: true
38-
# gripper_sub:
39-
# p: 50.0
40-
# i: 0.5
41-
# d: 30.0
42-
# i_clamp: 0.2
43-
# antiwindup: false
44-
# publish_state: true
4545

0 commit comments

Comments
 (0)