Skip to content

Commit 14762a7

Browse files
committed
gain turn
1 parent 13f183b commit 14762a7

File tree

1 file changed

+56
-12
lines changed

1 file changed

+56
-12
lines changed
Lines changed: 56 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
gazebo_ros_control:
22
pid_gains:
33
joint1:
4-
p: 100000.0
5-
i: 1000.0
6-
d: 100.0
4+
p: 3000.0
5+
i: 100.0
6+
d: 700.0
77
i_clamp: 0.2
88
antiwindup: false
99
publish_state: true
1010
joint2:
11-
p: 100000.0
12-
i: 1000.0
13-
d: 500.0
11+
p: 3000.0
12+
i: 100.0
13+
d: 700.0
1414
i_clamp: 0.2
1515
antiwindup: false
1616
publish_state: true
1717
joint3:
18-
p: 100000.0
19-
i: 1000.0
20-
d: 500.0
18+
p: 3000.0
19+
i: 100.0
20+
d: 700.0
2121
i_clamp: 0.2
2222
antiwindup: false
2323
publish_state: true
2424
joint4:
25-
p: 100000.0
26-
i: 1000.0
27-
d: 500.0
25+
p: 3000.0
26+
i: 100.0
27+
d: 700.0
2828
i_clamp: 0.2
2929
antiwindup: false
3030
publish_state: true
@@ -43,3 +43,47 @@ gazebo_ros_control:
4343
antiwindup: false
4444
publish_state: true
4545

46+
#pid_gains:
47+
#joint1:
48+
#p: 100000.0
49+
#i: 1000.0
50+
#d: 100.0
51+
#i_clamp: 0.2
52+
#antiwindup: false
53+
#publish_state: true
54+
#joint2:
55+
#p: 100000.0
56+
#i: 1000.0
57+
#d: 500.0
58+
#i_clamp: 0.2
59+
#antiwindup: false
60+
#publish_state: true
61+
#joint3:
62+
#p: 100000.0
63+
#i: 1000.0
64+
#d: 500.0
65+
#i_clamp: 0.2
66+
#antiwindup: false
67+
#publish_state: true
68+
#joint4:
69+
#p: 100000.0
70+
#i: 1000.0
71+
#d: 500.0
72+
#i_clamp: 0.2
73+
#antiwindup: false
74+
#publish_state: true
75+
#gripper:
76+
#p: 100000.0
77+
#i: 1000.0
78+
#d: 500.0
79+
#i_clamp: 0.2
80+
#antiwindup: false
81+
#publish_state: true
82+
#gripper_sub:
83+
#p: 100000.0
84+
#i: 250.0
85+
#d: 1000.0
86+
#i_clamp: 0.2
87+
#antiwindup: false
88+
#publish_state: true
89+

0 commit comments

Comments
 (0)