-
Notifications
You must be signed in to change notification settings - Fork 10
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
Miscellaneous fixes #111
Miscellaneous fixes #111
Conversation
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.
See Stefanos PR and my question below.
@@ -1,160 +1,78 @@ | |||
<robot name="fetch"> | |||
<?xml version="1.0" ?> |
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.
Why are you getting rid of visuals?
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.
Sdformat8 parser complains about it since the geometry tag points to an external resource which is not available in the repo (it's available on the fetch repo which is why it works 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.
Other than Frank's comment about removing the mesh files, looks good to me!
Wondering if maybe it'd be possible/better to suppress the warnings in GTDynamics instead of modifying the urdf?
I don't think it's possible because it is an exception thrown by sdformat which prevents loading the URDF altogether. Although, it seems like SDFormat9/10 has support for the mesh tag so it would be interesting to see if we can get this to work after we land #48. @dellaert we may want to raise the priority of #48 given all the blocking it is doing for us. |
Please keep a version of the file with the meshes. Then merge. |
Some niceties.
I also fixed #12.