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

In ECCV_2020_Navigation.ipynbsim.scene_aabb.y() is not accessible. #2431

Open
Yonggie opened this issue Jul 19, 2024 · 1 comment
Open

Comments

@Yonggie
Copy link

Yonggie commented Jul 19, 2024

Habitat-Sim version

v0.2.5

🐛 Bug

In ECCV_2020_Navigation.ipynbsim.scene_aabb.y() is not accessible.

    # @markdown 3. Display trajectory (if found) on a topdown map of ground floor
    if found_path:
        meters_per_pixel = 0.025
        height = sim.scene_aabb.y().min

图片

What is the new alternative way to access this data?

@Yonggie Yonggie changed the title ECCV2020 In ECCV_2020_Navigation.ipynbsim.scene_aabb.y() is not accessible. Jul 19, 2024
@jonghochoi
Copy link

this modification works for me.

scene_bb = sim.get_active_scene_graph().get_root_node().cumulative_bb
height = scene_bb.y().min

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants