-
Notifications
You must be signed in to change notification settings - Fork 5
Massive feature and bug fix dump: nested components, configuration file, attached joints, sliders, rotated origins, etc. #49
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
base: main
Are you sure you want to change the base?
Conversation
…on whenever child or parent is found
I'll slowly check out the PR over the next few days, you all did amazing work! |
@apric0ts BTW please do not hesitate to let me know if you'd rather I do not mark comments I've addressed as "resolved" and leave them for you to double-check they are addressed to your satisfaction before resolving. |
@ANogin No worries! I can still look at them, thank you though |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, cc @cadop
@apric0ts I found and fixed a few minor issues that were flagged when a colleague of mine tried to use the code on a new Fusion model. |
This PR is a result of about 2 man-months worth of development, targeting an ability to export a very complex (100+ components) hierarchical model to ROS. It supersedes #47.
Here is a brief summary of what is included:
<vision>
tag, while merging them into a single URDF for the<collision>
tag. This is very important for making sure that collision checking (e.g. when using MoveIT) is fast enough.