Skip to content

Commit 410a192

Browse files
authored
Merge pull request #4 from ROBOTIS-GIT/develop
Develop
2 parents 66bbeae + 6acba54 commit 410a192

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
gazebo_ros_control:
2+
pid_gains:
3+
joint1:
4+
p: 100000.0
5+
i: 1000.0
6+
d: 100.0
7+
i_clamp: 0.2
8+
antiwindup: false
9+
publish_state: true
10+
joint2:
11+
p: 100000.0
12+
i: 1000.0
13+
d: 500.0
14+
i_clamp: 0.2
15+
antiwindup: false
16+
publish_state: true
17+
joint3:
18+
p: 100000.0
19+
i: 1000.0
20+
d: 500.0
21+
i_clamp: 0.2
22+
antiwindup: false
23+
publish_state: true
24+
joint4:
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
42+
i_clamp: 0.2
43+
antiwindup: false
44+
publish_state: true
45+
# pid_gains:
46+
# joint1:
47+
# p: 3000.0
48+
# i: 100.0
49+
# d: 700.0
50+
# i_clamp: 0.2
51+
# antiwindup: false
52+
# publish_state: true
53+
# joint2:
54+
# p: 3000.0
55+
# i: 100.0
56+
# d: 700.0
57+
# i_clamp: 0.2
58+
# antiwindup: false
59+
# publish_state: true
60+
# joint3:
61+
# p: 3000.0
62+
# i: 100.0
63+
# d: 700.0
64+
# i_clamp: 0.2
65+
# antiwindup: false
66+
# publish_state: true
67+
# joint4:
68+
# p: 3000.0
69+
# i: 100.0
70+
# d: 700.0
71+
# i_clamp: 0.2
72+
# antiwindup: false
73+
# publish_state: true
74+
# gripper:
75+
# p: 100000.0
76+
# i: 1000.0
77+
# d: 500.0
78+
# i_clamp: 0.2
79+
# antiwindup: false
80+
# publish_state: true
81+
# gripper_sub:
82+
# p: 100000.0
83+
# i: 250.0
84+
# d: 1000.0
85+
# i_clamp: 0.2
86+
# antiwindup: false
87+
# publish_state: true
88+

open_manipulator_gazebo/launch/open_manipulator_gazebo.launch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<arg name="headless" default="false"/>
77
<arg name="debug" default="false"/>
88

9+
<rosparam file="$(find open_manipulator_gazebo)/config/gazebo_controller.yaml" command="load" />
10+
911
<!-- We resume the logic in empty_world.launch, changing only the name of the world to be launched -->
1012
<include file="$(find gazebo_ros)/launch/empty_world.launch">
1113
<arg name="world_name" value="$(find open_manipulator_gazebo)/worlds/empty.world"/>

0 commit comments

Comments
 (0)