-
Notifications
You must be signed in to change notification settings - Fork 3
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
Labels
Comments
In If cancel is pressed the plugin stops the execution. |
This comment was marked as duplicate.
This comment was marked as duplicate.
The related usage in creo2urdf is at the moment in my fork: mfussi66@292aa91 |
Now that the PR in iDynTree is merged, the changes can be brought to the plugin: <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
As last tweaks for reaching the MVP4 we would like to:
Tasks
The text was updated successfully, but these errors were encountered: