Skip to content

Commit db140ad

Browse files
quaglacopybara-github
authored andcommitted
Automated g4 rollback of changelist 751330639.
*** Reason for rollback *** Caused a copy bara conflict with github *** Original change description *** Update armature, damping, friction in FR3 model. *** PiperOrigin-RevId: 751356126 Change-Id: Ia34798551bac9e130db35d43ac8385309f7ec4b6
1 parent cd7fc51 commit db140ad

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

franka_fr3/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
> [!IMPORTANT]
44
> Requires MuJoCo 3.1.3 or later.
55
6-
## Changelog
7-
8-
- 04/24/2025: The `armature`, `damping`, and `frictionloss` parameters were identified in torque control.
9-
106
## Overview
117

128
This package contains a simplified robot description (MJCF) of the [Franka Research 3](https://franka.de/research) (aka FR3) developed by [Franka Robotics](https://franka.de/company) (formerly Franka Emika). It is derived from the [publicly available URDF description](https://github.com/frankaemika/franka_description).

franka_fr3/fr3.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
<default>
77
<default class="fr3">
8-
<!-- Overwritten in joints 5, 6, and 7. -->
9-
<joint damping="0.21" armature="0.195" frictionloss="1.137"/>
8+
<joint armature="0.1" damping="1"/>
109
<position inheritrange="1"/>
1110
<default class="visual">
1211
<geom type="mesh" group="2" contype="0" conaffinity="0"/>
@@ -106,17 +105,15 @@
106105
<body name="fr3_link5" pos="-0.0825 0.384 0" quat="1 -1 0 0">
107106
<inertial pos="-0.00160396 0.0292536 -0.0972966" quat="0.919031 0.125604 0.0751531 -0.366003"
108107
mass="2.32712" diaginertia="0.0579335 0.0449144 0.0130634"/>
109-
<joint name="fr3_joint5" axis="0 0 1" range="-2.8065 2.8065" actuatorfrcrange="-12 12"
110-
armature="0.074" frictionloss="0.763"/>
108+
<joint name="fr3_joint5" axis="0 0 1" range="-2.8065 2.8065" actuatorfrcrange="-12 12"/>
111109
<geom mesh="link5_0" material="white" class="visual"/>
112110
<geom mesh="link5_1" material="white" class="visual"/>
113111
<geom mesh="link5_2" material="black" class="visual"/>
114112
<geom name="fr3_link5_collision" class="collision" mesh="link5_coll"/>
115113
<body name="fr3_link6" quat="1 1 0 0">
116114
<inertial pos="0.0597131 -0.0410295 -0.0101693" quat="0.621301 0.552665 0.510011 0.220081"
117115
mass="1.81704" diaginertia="0.0175039 0.0161123 0.00193529"/>
118-
<joint name="fr3_joint6" axis="0 0 1" range="0.5445 4.5169" actuatorfrcrange="-12 12"
119-
armature="0.074" frictionloss="0.44"/>
116+
<joint name="fr3_joint6" axis="0 0 1" range="0.5445 4.5169" actuatorfrcrange="-12 12"/>
120117
<geom mesh="link6_0" material="button_green" class="visual"/>
121118
<geom mesh="link6_1" material="white" class="visual"/>
122119
<geom mesh="link6_2" material="white" class="visual"/>
@@ -129,8 +126,7 @@
129126
<body name="fr3_link7" pos="0.088 0 0" quat="1 1 0 0">
130127
<inertial pos="0.00452258 0.00862619 -0.0161633" quat="0.727579 0.0978688 -0.24906 0.63168"
131128
mass="0.627143" diaginertia="0.000223836 0.000223642 5.64132e-07"/>
132-
<joint name="fr3_joint7" axis="0 0 1" range="-3.0159 3.0159" actuatorfrcrange="-12 12"
133-
armature="0.074" frictionloss="0.248"/>
129+
<joint name="fr3_joint7" axis="0 0 1" range="-3.0159 3.0159" actuatorfrcrange="-12 12"/>
134130
<geom mesh="link7_0" material="black" class="visual"/>
135131
<geom mesh="link7_1" material="white" class="visual"/>
136132
<geom mesh="link7_2" material="white" class="visual"/>

0 commit comments

Comments
 (0)