Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Feature/increase zero position ankles #589

Open
wants to merge 8 commits into
base: develop
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
8 changes: 4 additions & 4 deletions march_description/urdf/march4.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@
<xacro:property name="knee_effort_limit" value="${max_effort_rotary}"/> <!-- IU -->
<xacro:property name="knee_velocity_limit" value="2.5"/>

<xacro:property name="left_ankle_rotation_lower_limit" value="${-26.30401611*pi/180}"/>
<xacro:property name="left_ankle_rotation_upper_limit" value="${15.88348389*pi/180}"/>
<xacro:property name="left_ankle_rotation_lower_limit" value="${-30.30401611*pi/180}"/>
<xacro:property name="left_ankle_rotation_upper_limit" value="${11.88348389*pi/180}"/>

<xacro:property name="right_ankle_rotation_lower_limit" value="${-23.203125*pi/180}"/>
<xacro:property name="right_ankle_rotation_upper_limit" value="${14.23828125*pi/180}"/>
<xacro:property name="right_ankle_rotation_lower_limit" value="${-27.203125*pi/180}"/>
<xacro:property name="right_ankle_rotation_upper_limit" value="${10.23828125*pi/180}"/>

<xacro:property name="ankle_dorsalflexion_soft_buffer" value="${5*pi/180}"/> <!-- rad -->
<xacro:property name="ankle_plantarflexion_soft_buffer" value="${3*pi/180}"/> <!-- rad -->
Expand Down