Skip to content

Commit

Permalink
removed temmporary joints ffolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kafel1997 committed Oct 24, 2024
1 parent 61b4b9b commit 2cada6e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 188 deletions.
3 changes: 3 additions & 0 deletions src/meldog_description/description/base_properties.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,7 @@
<xacro:property name="upper_limb_lower_limb_velocity" value="100.0" />
<xacro:property name="trunk_hip_velocity" value="100.0" />

<xacro:property name="test_damping" value="0"/>
<xacro:property name="test_friction" value="0"/>

</robot>
184 changes: 0 additions & 184 deletions src/meldog_description/description/joints/meldog_joints.urdf.xacro

This file was deleted.

This file was deleted.

13 changes: 13 additions & 0 deletions src/meldog_description/description/meldog_core.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
effort="${hip_upper_limb_effort}"
velocity="${hip_upper_limb_velocity}" />
<axis xyz="0 1 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />

</joint>

<joint name="lf_upper_limb_lower_limb_joint" type="revolute">
Expand All @@ -87,6 +89,7 @@
effort="${upper_limb_lower_limb_effort}"
velocity="${upper_limb_lower_limb_velocity}" />
<axis xyz="0 1 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<joint name="lf_lower_limb_foot_joint" type="fixed">
Expand All @@ -104,6 +107,7 @@
effort="${trunk_hip_effort}"
velocity="${trunk_hip_velocity}" />
<axis xyz="1 0 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>


Expand All @@ -117,6 +121,7 @@
effort="${trunk_hip_effort}"
velocity="${trunk_hip_velocity}" />
<axis xyz="-1 0 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<joint name="rf_hip_upper_limb_joint" type="revolute">
Expand All @@ -131,6 +136,7 @@
effort="${hip_upper_limb_effort}"
velocity="${hip_upper_limb_velocity}" />
<axis xyz="0 1 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<joint name="rf_upper_limb_lower_limb_joint" type="revolute">
Expand All @@ -142,6 +148,7 @@
effort="${upper_limb_lower_limb_effort}"
velocity="${upper_limb_lower_limb_velocity}" />
<axis xyz="0 1 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<joint name="rf_lower_limb_foot_joint" type="fixed">
Expand All @@ -164,6 +171,7 @@
effort="${hip_upper_limb_effort}"
velocity="${hip_upper_limb_velocity}" />
<axis xyz="0 1 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<joint name="lr_upper_limb_lower_limb_joint" type="revolute">
Expand All @@ -175,6 +183,7 @@
effort="${upper_limb_lower_limb_effort}"
velocity="${upper_limb_lower_limb_velocity}" />
<axis xyz="0 1 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<joint name="lr_lower_limb_foot_joint" type="fixed">
Expand All @@ -192,6 +201,7 @@
effort="${trunk_hip_effort}"
velocity="${trunk_hip_velocity}" />
<axis xyz="1 0 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<!-- Right rear leg joints -->
Expand All @@ -204,6 +214,7 @@
effort="${trunk_hip_effort}"
velocity="${trunk_hip_velocity}" />
<axis xyz="-1 0 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<joint name="rr_hip_upper_limb_joint" type="revolute">
Expand All @@ -218,6 +229,7 @@
effort="${hip_upper_limb_effort}"
velocity="${hip_upper_limb_velocity}" />
<axis xyz="0 1 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<joint name="rr_upper_limb_lower_limb_joint" type="revolute">
Expand All @@ -229,6 +241,7 @@
effort="${upper_limb_lower_limb_effort}"
velocity="${upper_limb_lower_limb_velocity}" />
<axis xyz="0 1 0" />
<dynamics damping="${test_damping}" friction="${test_friction}" />
</joint>

<joint name="rr_lower_limb_foot_joint" type="fixed">
Expand Down

0 comments on commit 2cada6e

Please sign in to comment.