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

some joint is wrong #1

Open
ersaijun opened this issue Jan 8, 2025 · 0 comments
Open

some joint is wrong #1

ersaijun opened this issue Jan 8, 2025 · 0 comments

Comments

@ersaijun
Copy link

ersaijun commented Jan 8, 2025

some joint limit should be reversed.

<joint
    name="left_inner_finger_joint"
    type="revolute">
    <origin
      xyz="0.034585310861294 0 0.0454970193817975"
      rpy="0 0 0" />
    <parent
      link="left_inner_knuckle" />
    <child
      link="left_inner_finger" />
    <axis
      xyz="0 -1 0" />
    <limit
      **lower="-0.8757"
      upper="0"**
      velocity="2.0"
      effort="1000" />
    <mimic 
      joint="finger_joint"
      multiplier="-1"
      offset="0" />
  </joint>

<joint
    name="right_inner_knuckle_joint"
    type="revolute">
    <origin
      xyz="-0.0126999999998499 0 0.0693075000000361"
      rpy="0 0 3.14159265358979" />
    <parent
      link="robotiq_85_base_link" />
    <child
      link="right_inner_knuckle" />
    <axis
      xyz="0 1 0" />
    **<limit
      lower="-0.8757"
      upper="0"**
      velocity="2.0"
      effort="1000" />
    <mimic 
      joint="finger_joint"
      multiplier="-1"
      offset="0" />
  </joint>

<joint
    name="right_outer_knuckle_joint"
    type="revolute">
    <origin
      xyz="-0.0306011444258893 0 0.0627920162695395"
      rpy="0 0 3.14159265358979" />
    <parent
      link="robotiq_85_base_link" />
    <child
      link="right_outer_knuckle" />
    <axis
      xyz="0 1 0" />
    <limit
      **lower="-0.8757"
      upper="0"**
      velocity="2.0"
      effort="1000" />
    <mimic 
      joint="finger_joint"
      multiplier="-1"
      offset="0" />
  </joint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant