habitat-sim
habitat-sim copied to clipboard
How to obtain the bounding box of an articulated object?
trafficstars
Hi, I am trying to load a urdf fridge into the scene via add_articulated_object_from_urdf. How can I get the bounding box of this object? I have tried obj.root_scene_node.compute_cumulative_bb() but it shows zeros. Thanks!