-
- Downloads
Added geodesic distance for multiple goals (#290)
Added interface to calculate geodesic distance to multiple points. The functionality is super convenient for multi target navigation and speed up metrics calculation process. We still support single point functionality through API and are fully backward compatible. Switched existing code to multi goal function usage using a single element list.
Showing
- .circleci/config.yml 1 addition, 0 deletions.circleci/config.yml
- habitat/core/simulator.py 6 additions, 3 deletionshabitat/core/simulator.py
- habitat/datasets/pointnav/pointnav_generator.py 1 addition, 1 deletionhabitat/datasets/pointnav/pointnav_generator.py
- habitat/sims/habitat_simulator/habitat_simulator.py 12 additions, 3 deletionshabitat/sims/habitat_simulator/habitat_simulator.py
- habitat/tasks/nav/shortest_path_follower.py 2 additions, 2 deletionshabitat/tasks/nav/shortest_path_follower.py
- habitat_baselines/common/environments.py 2 additions, 2 deletionshabitat_baselines/common/environments.py
- test/test_habitat_env.py 2 additions, 2 deletionstest/test_habitat_env.py
- test/test_habitat_sim.py 24 additions, 0 deletionstest/test_habitat_sim.py
- test/test_mp3d_eqa.py 4 additions, 2 deletionstest/test_mp3d_eqa.py
Loading
Please register or sign in to comment