-
Notifications
You must be signed in to change notification settings - Fork 9
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
PR2 URDF not loaded correctly #69
Comments
This seems like a duplicate of #65? The problem does not seem limited to the PR2 model. |
Actually, Issue #65 is probably a symptom of the larger problem that some URDFs are not being properly loaded. |
True, but I'd rather not have multiple issues documenting symptoms. #65 is essentially the first one that reported the incorrect behaviour of the application, so I'd like to propose to keep #65, and perhaps merge the contents of this one into it. I cannot do that (github doesn't support it), so if @akgoins could repost his comments there? |
An update: the fact that the tree is flat doesn't affect the actual parent-child relationships between links and joints. I suspect the issue reported in the OP is caused by something else. |
The problem isn't with the flat list of links, it's that the chain of
|
It may look like it, but there is no concept of a 'chain' anywhere in the code at the moment. It's just a name for the first default tree item. But I'm interested to see what you guys have come up with. |
Which seems to be the root cause of the unexpected location of the TF frames in the PR2 model. |
This issue reported two problems:
Problem 2 was solved with #73, but did not influence problem 1. A likely root cause of problem 1 was found while working on #70 (see previous comment), but it's not caused by "loading the PR2 incorrectly": the urdf is loaded correctly, it's the visualisation that differs from what tools like RViz show. I'll create a new ticket for the TF frame issue, and close this one. |
Continued in #100. |
There is an issue with how some models are loaded. For the test case of the PR2, the joint chain tree is not loaded properly and results in a rather flat looking tree.
This is what it currently looks like:
And this is what it should look like (loaded using urdf_tutorial display.launch)
The text was updated successfully, but these errors were encountered: