Message 1 of 3
Working on a script to export to URDF (Robot Operating System format) and have run into a number of issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Some issues I've run into in no particular order:
- Breaking links sometimes randomly rotates components causing them to be in an incorrect position for no good reason.
- All API returned units are in cm, even when the document is in mm, however STLs will be exported in the document unit. This is IMO reasonable behavior, however it's not documented anywhere in the API help.
- Transform2 100% is in global frame (highest level assembly), not local assembly origin; the documentation is wrong.
I think I've run into some other issues, but these are the ones that stick out and cause a significant number of hours to figure out and develop work-arounds for.