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

CREO2URDF – MVP4 last tweaks #48

Closed
2 tasks done
Nicogene opened this issue Aug 30, 2023 · 5 comments · Fixed by #49
Closed
2 tasks done

CREO2URDF – MVP4 last tweaks #48

Nicogene opened this issue Aug 30, 2023 · 5 comments · Fixed by #49
Assignees
Labels
domain-software Related to Software team-fix Related to Team Fix

Comments

@Nicogene
Copy link
Member

Nicogene commented Aug 30, 2023

As last tweaks for reaching the MVP4 we would like to:

Tasks

Preview Give feedback
@Nicogene Nicogene changed the title CREO2URDF last step tbd CREO2URDF – MVP4 last twaks Aug 30, 2023
@pattacini pattacini changed the title CREO2URDF – MVP4 last twaks CREO2URDF – MVP4 last tweaks Aug 30, 2023
@pattacini pattacini added the team-fix Related to Team Fix label Aug 30, 2023
@Nicogene Nicogene added the domain-software Related to Software label Aug 30, 2023
@Nicogene
Copy link
Member Author

In 89202a8 (#49) it has been added the possibility to open a dialog for selecting the yaml and csv from filesystem.

immagine

If cancel is pressed the plugin stops the execution.

@Nicogene
Copy link
Member Author

@pattacini

This comment was marked as duplicate.

@mfussi66
Copy link
Member

xref:

Add export to urdf of joint dynamics: damping and static friction coefficients robotology/idyntree#1094

The related usage in creo2urdf is at the moment in my fork: mfussi66@292aa91

@mfussi66
Copy link
Member

mfussi66 commented Sep 1, 2023

Now that the PR in iDynTree is merged, the changes can be brought to the plugin: 04c8971 (#49)

    <joint name="torso_pitch"
           type="revolute">
        <origin xyz="-7.30886630439206e-17 -4.930380657631324e-32 0.11800000000000001"
                rpy="3.9719461100401744e-15 2.710505431213761e-20 1.0587911275090697e-22" />
        <axis xyz="1.058791184074231e-22 1 4.336808689942018e-19" />
        <parent link="torso_1" />
        <child link="torso_2" />
        <limit lower="-0.3141592653589793"
               upper="0.7853981633974483"
               effort="1e+9"
               velocity="1e+9" />
+        <dynamics damping="2"
+                  friction="0" />
    </joint>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain-software Related to Software team-fix Related to Team Fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants