-
Notifications
You must be signed in to change notification settings - Fork 166
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
[Question]The bounding box of the articulations seems incorrect #645
Comments
For MJCF I am not completely sure if it will work 100% correctly. I am currently importing the robocasa dataset and found a few bugs in the MJCF loader as a result For URDF it should work fine. How did you retrieve the bboxes in code? |
I use the following code to create each
Perhaps you can load
And it outputs:
The |
Is the code you shared in the If it is the GPU sim, the bounding box info generated in the load_scene function will likely not be centered at the right place since we initialize the GPU poses based on the articulation initial pose. |
I want to load some URDF or MJCF models in ManiSkill, and the positions of these models are calculated. In my calculations, I assumed the position of the model is the center of its bounding box (bbox), but when loading the model, it doesn't appear in the desired position. I printed some information using the code below.
For the scene "ReplicaCAD", output is below:
So, if I want the URDF model to appear in the desired location, how should I set it up? How can I calculate their offset?
The text was updated successfully, but these errors were encountered: