-
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
urdf reading core dump #12
Comments
This could be because of a malformed URDF file, or it may have some external dependencies (like texture meshes). |
It is because the URDF file relies on external STL meshes and the sdformat parser can't deal with it. |
Merged
I know I have to be in python directory when executing python tests, otherwise segfault. Might just be a crude "file not found" |
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue was imported from github.gatech.edu.
The original issue was opened by @mxie32 on 2020-05-23T04:50:45Z
create example in scripts folder, the following code will result in core dump:
auto robot = Robot("../../urdfs/fetch.urdf");
however, the following works:
auto robot = Robot("../../urdfs/vision60.urdf");
The text was updated successfully, but these errors were encountered: