Skip to content

Commit 7961f52

Browse files
committed
Add dynamics parameters for joints from panda_gazebo
1 parent 7f7eb90 commit 7961f52

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

franka_description/robots/arm.xacro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<child link="${prefix}link1"/>
6262
<axis xyz="0 0 1"/>
6363
<limit effort="87" lower="-2.8973" upper="2.8973" velocity="2.1750"/>
64+
<dynamics D="1" K="7000" damping="0.003" friction="0.0" mu_coulomb="0" mu_viscous="16"/>
6465
</joint>
6566
<xacro:link name="link2">
6667
<self_collision_geometries>
@@ -91,6 +92,7 @@
9192
<child link="${prefix}link2"/>
9293
<axis xyz="0 0 1"/>
9394
<limit effort="87" lower="-1.7628" upper="1.7628" velocity="2.1750"/>
95+
<dynamics D="1" K="7000" damping="0.003" friction="0.0" mu_coulomb="0" mu_viscous="16"/>
9496
</joint>
9597
<xacro:link name="link3">
9698
<self_collision_geometries>
@@ -121,6 +123,7 @@
121123
<child link="${prefix}link3"/>
122124
<axis xyz="0 0 1"/>
123125
<limit effort="87" lower="-2.8973" upper="2.8973" velocity="2.1750"/>
126+
<dynamics D="1" K="7000" damping="0.003" friction="0.0" mu_coulomb="0" mu_viscous="16"/>
124127
</joint>
125128
<xacro:link name="link4">
126129
<self_collision_geometries>
@@ -151,6 +154,7 @@
151154
<child link="${prefix}link4"/>
152155
<axis xyz="0 0 1"/>
153156
<limit effort="87" lower="-3.0718" upper="-0.0698" velocity="2.1750"/>
157+
<dynamics D="1" K="7000" damping="0.003" friction="0.0" mu_coulomb="0" mu_viscous="16"/>
154158
</joint>
155159
<xacro:link name="link5">
156160
<self_collision_geometries>
@@ -199,6 +203,7 @@
199203
<child link="${prefix}link5"/>
200204
<axis xyz="0 0 1"/>
201205
<limit effort="12" lower="-2.8973" upper="2.8973" velocity="2.6100"/>
206+
<dynamics D="1" K="7000" damping="0.003" friction="0.0" mu_coulomb="0" mu_viscous="16"/>
202207
</joint>
203208
<xacro:link name="link6">
204209
<self_collision_geometries>
@@ -229,6 +234,7 @@
229234
<child link="${prefix}link6"/>
230235
<axis xyz="0 0 1"/>
231236
<limit effort="12" lower="-0.0175" upper="3.7525" velocity="2.6100"/>
237+
<dynamics D="1" K="7000" damping="0.003" friction="0.0" mu_coulomb="0" mu_viscous="16"/>
232238
</joint>
233239
<xacro:link name="link7">
234240
<self_collision_geometries>
@@ -259,6 +265,7 @@
259265
<child link="${prefix}link7"/>
260266
<axis xyz="0 0 1"/>
261267
<limit effort="12" lower="-2.8973" upper="2.8973" velocity="2.6100"/>
268+
<dynamics D="1" K="7000" damping="0.003" friction="0.0" mu_coulomb="0" mu_viscous="16"/>
262269
</joint>
263270
<link name="${prefix}link8">
264271
<collision>

franka_description/robots/hand.xacro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,15 @@
8484
<origin xyz="0 0 0.0584" rpy="0 0 0"/>
8585
<axis xyz="0 1 0"/>
8686
<limit effort="20" lower="0.0" upper="0.04" velocity="0.2"/>
87+
<dynamics damping="0.3"/>
8788
</joint>
8889
<joint name="${prefix}finger_joint2" type="prismatic">
8990
<parent link="${prefix}hand"/>
9091
<child link="${prefix}rightfinger"/>
9192
<origin xyz="0 0 0.0584" rpy="0 0 0"/>
9293
<axis xyz="0 -1 0"/>
9394
<limit effort="20" lower="0.0" upper="0.04" velocity="0.2"/>
95+
<dynamics damping="0.3"/>
9496
<mimic joint="${prefix}finger_joint1" />
9597
</joint>
9698
</xacro:macro>

0 commit comments

Comments
 (0)