Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match urdf soft limits with the physical joint limits #118

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions panda_description/urdf/panda.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</collision>
</link>
<joint name="panda_joint1" type="revolute">
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-2.8973" soft_upper_limit="2.8973" />
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-2.8972" soft_upper_limit="2.8972" />
<origin rpy="0 0 0" xyz="0 0 0.333" />
<parent link="panda_link0" />
<child link="panda_link1" />
Expand All @@ -49,7 +49,7 @@
</collision>
</link>
<joint name="panda_joint2" type="revolute">
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-1.7628" soft_upper_limit="1.7628" />
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-1.7627" soft_upper_limit="1.7627" />
<origin rpy="-1.57079632679 0 0" xyz="0 0 0" />
<parent link="panda_link1" />
<child link="panda_link2" />
Expand All @@ -69,7 +69,7 @@
</collision>
</link>
<joint name="panda_joint3" type="revolute">
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-2.8973" soft_upper_limit="2.8973" />
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-2.8972" soft_upper_limit="2.8972" />
<origin rpy="1.57079632679 0 0" xyz="0 -0.316 0" />
<parent link="panda_link2" />
<child link="panda_link3" />
Expand All @@ -89,7 +89,7 @@
</collision>
</link>
<joint name="panda_joint4" type="revolute">
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-3.0718" soft_upper_limit="0.0175" />
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-3.0717" soft_upper_limit="-0.0698" />
<origin rpy="1.57079632679 0 0" xyz="0.0825 0 0" />
<parent link="panda_link3" />
<child link="panda_link4" />
Expand All @@ -109,7 +109,7 @@
</collision>
</link>
<joint name="panda_joint5" type="revolute">
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-2.8973" soft_upper_limit="2.8973" />
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-2.8972" soft_upper_limit="2.8972" />
<origin rpy="-1.57079632679 0 0" xyz="-0.0825 0.384 0" />
<parent link="panda_link4" />
<child link="panda_link5" />
Expand All @@ -129,7 +129,7 @@
</collision>
</link>
<joint name="panda_joint6" type="revolute">
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-0.0175" soft_upper_limit="3.7525" />
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-0.0174" soft_upper_limit="3.7524" />
<origin rpy="1.57079632679 0 0" xyz="0 0 0" />
<parent link="panda_link5" />
<child link="panda_link6" />
Expand All @@ -149,7 +149,7 @@
</collision>
</link>
<joint name="panda_joint7" type="revolute">
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-2.8973" soft_upper_limit="2.8973" />
<safety_controller k_position="100.0" k_velocity="40.0" soft_lower_limit="-2.8972" soft_upper_limit="2.8972" />
<origin rpy="1.57079632679 0 0" xyz="0.088 0 0" />
<parent link="panda_link6" />
<child link="panda_link7" />
Expand Down