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

Add minimal example, remove creopyson test #76

Merged
merged 7 commits into from
Feb 6, 2024

Conversation

mfussi66
Copy link
Member

@mfussi66 mfussi66 commented Feb 5, 2024

This PR adds a Hello World example of creo2urdf by using the good old 2bars assembly. The yaml contains only the mandatory stuff.

image

Additionally:

  • creopyson folder is removed since it's unused
  • Little improvements to documentation

@mfussi66 mfussi66 self-assigned this Feb 5, 2024
Copy link
Member

@Nicogene Nicogene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since now 2bars can be used we could add a "Test your installation" section where the user have to try to export the urdf of 2bars

* - The first element is a boolean indicating success (true) or failure (false).
* - The second element is an iDynTree::Direction representing the unit vector of the specified axis
* transformed into the coordinate system of the specified link frame. If the operation fails,
* this vector will be zero-initialized.
*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move the doxygen documentation to the Utils.h, if I recall correctly the doxyfile has a filter for getting only the .h/.hpp

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed it from the cpp, for some reason it was there.

}
}
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not used anywhere since we refactored the code for using the ElementTree right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly!

@mfussi66 mfussi66 merged commit 3d72a45 into icub-tech-iit:master Feb 6, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants