-
Notifications
You must be signed in to change notification settings - Fork 340
CAD to SDFormat Tutorial #3075
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
CAD to SDFormat Tutorial #3075
Conversation
Signed-off-by: sanjanasrinivasan <[email protected]>
Tutorial to create SDF from CAD files
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.
Two main comments:
- This tutorial should live in https://github.com/gazebosim/docs. What do you think @azeey ?
- Don't embed the images in the
md
file. create or use the folderimg
and/or includen them there
I thought about this before recommending this repo to @sanjanasrinivasan. I think in the long run, yes, I think this belongs in gazebosim/docs, but I would consider this as a "How to guide" similar to https://docs.ros.org/en/kilted/How-To-Guides.html rather than part of a tutorial series that currently exists in gazebosim/docs. And since we don't have that section there and there's some precedent to put blender tutorials in here, I suggested for her to create the PR here. I'm hoping to create the how-to guide section in the next couple months and move all of the blender tutorials there. |
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.
Thanks for the contribution @sanjanasrinivasan!
I haven't had a chance to do a full review yet, but I wanted to mention that you'll need to add an entry in https://github.com/gazebosim/gz-sim/blob/gz-sim10/tutorials.md.in so that this tutorial will show up on https://gazebosim.org/api/sim/10/tutorials.html once it's merged.
Added the subpage so that it shows in the tutorial section. Signed-off-by: sanjanasrinivasan <[email protected]>
Signed-off-by: sanjanasrinivasan <[email protected]>
Signed-off-by: sanjanasrinivasan <[email protected]>
Signed-off-by: sanjanasrinivasan <[email protected]>
Signed-off-by: sanjanasrinivasan <[email protected]>
Signed-off-by: sanjanasrinivasan <[email protected]>
Signed-off-by: sanjanasrinivasan <[email protected]>
Checklist