Skip to content

Commit

Permalink
Merge pull request #103 from open-dynamic-robot-initiative/fkloss/urdf
Browse files Browse the repository at this point in the history
fix: Update URDF files with latest version from robot_properties_fingers
  • Loading branch information
luator authored Apr 24, 2024
2 parents a8e3b89 + 063f5b9 commit dabbca9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a rounding error that occasionally resulted in NaN values when evaluating states
in the "move_cuboid" task.
- Fixed included URDF files of (Tri)FingerPro (see [robot_properties_fingers #15
](https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/pull/15)).


## 1.4.1 - 2022-06-24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@
<mesh filename="package://robot_properties_fingers/meshes/pro/tip_sim.stl" scale="1.0 1.0 1.0"/>
</geometry>
</collision>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="0.031"/>
<inertia ixx="5.166666666666667e-07" ixy="0" ixz="0" iyy="5.166666666666667e-07" iyz="0" izz="5.166666666666667e-07"/>
</inertial>
<inertial>
<origin rpy="0 0 0" xyz="-0.00001194 0.00000000 0.01560060"/>
<mass value="0.0092"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,6 @@
<mesh filename="package://robot_properties_fingers/meshes/pro/tip_sim.stl" scale="1.0 1.0 1.0"/>
</geometry>
</collision>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="0.031"/>
<inertia ixx="5.166666666666667e-07" ixy="0" ixz="0" iyy="5.166666666666667e-07" iyz="0" izz="5.166666666666667e-07"/>
</inertial>
<inertial>
<origin rpy="0 0 0" xyz="-0.00001194 0.00000000 0.01560060"/>
<mass value="0.0092"/>
Expand Down Expand Up @@ -436,11 +431,6 @@
<mesh filename="package://robot_properties_fingers/meshes/pro/tip_sim.stl" scale="1.0 1.0 1.0"/>
</geometry>
</collision>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="0.031"/>
<inertia ixx="5.166666666666667e-07" ixy="0" ixz="0" iyy="5.166666666666667e-07" iyz="0" izz="5.166666666666667e-07"/>
</inertial>
<inertial>
<origin rpy="0 0 0" xyz="-0.00001194 0.00000000 0.01560060"/>
<mass value="0.0092"/>
Expand Down Expand Up @@ -647,11 +637,6 @@
<mesh filename="package://robot_properties_fingers/meshes/pro/tip_sim.stl" scale="1.0 1.0 1.0"/>
</geometry>
</collision>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="0.031"/>
<inertia ixx="5.166666666666667e-07" ixy="0" ixz="0" iyy="5.166666666666667e-07" iyz="0" izz="5.166666666666667e-07"/>
</inertial>
<inertial>
<origin rpy="0 0 0" xyz="-0.00001194 0.00000000 0.01560060"/>
<mass value="0.0092"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,6 @@
<mesh filename="package://robot_properties_fingers/meshes/pro/tip_sim.stl" scale="1.0 1.0 1.0"/>
</geometry>
</collision>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="0.031"/>
<inertia ixx="5.166666666666667e-07" ixy="0" ixz="0" iyy="5.166666666666667e-07" iyz="0" izz="5.166666666666667e-07"/>
</inertial>
<inertial>
<origin rpy="0 0 0" xyz="-0.00001194 0.00000000 0.01560060"/>
<mass value="0.0092"/>
Expand Down Expand Up @@ -436,11 +431,6 @@
<mesh filename="package://robot_properties_fingers/meshes/pro/tip_sim.stl" scale="1.0 1.0 1.0"/>
</geometry>
</collision>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="0.031"/>
<inertia ixx="5.166666666666667e-07" ixy="0" ixz="0" iyy="5.166666666666667e-07" iyz="0" izz="5.166666666666667e-07"/>
</inertial>
<inertial>
<origin rpy="0 0 0" xyz="-0.00001194 0.00000000 0.01560060"/>
<mass value="0.0092"/>
Expand Down Expand Up @@ -647,11 +637,6 @@
<mesh filename="package://robot_properties_fingers/meshes/pro/tip_sim.stl" scale="1.0 1.0 1.0"/>
</geometry>
</collision>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="0.031"/>
<inertia ixx="5.166666666666667e-07" ixy="0" ixz="0" iyy="5.166666666666667e-07" iyz="0" izz="5.166666666666667e-07"/>
</inertial>
<inertial>
<origin rpy="0 0 0" xyz="-0.00001194 0.00000000 0.01560060"/>
<mass value="0.0092"/>
Expand Down

0 comments on commit dabbca9

Please sign in to comment.