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

Miscellaneous fixes #111

Merged
merged 3 commits into from
Apr 3, 2021
Merged

Miscellaneous fixes #111

merged 3 commits into from
Apr 3, 2021

Conversation

varunagrawal
Copy link
Collaborator

Some niceties.

I also fixed #12.

@varunagrawal varunagrawal added bugfix Fixes an issue or bug refactor Refactoring of code to remove rot labels Mar 30, 2021
@varunagrawal varunagrawal self-assigned this Mar 30, 2021
Copy link
Member

@dellaert dellaert left a 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" ?>
Copy link
Member

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?

Copy link
Collaborator Author

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).

Copy link
Member

@gchenfc gchenfc left a 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?

@varunagrawal
Copy link
Collaborator Author

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.

@dellaert
Copy link
Member

dellaert commented Apr 2, 2021

Please keep a version of the file with the meshes. Then merge.

@varunagrawal varunagrawal merged commit ea3e4bb into master Apr 3, 2021
@varunagrawal varunagrawal deleted the fix/misc branch April 3, 2021 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes an issue or bug refactor Refactoring of code to remove rot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

urdf reading core dump
3 participants