Commit 1517742
committed
Migrate habitat-lab to habitat-sim agent-sensor-decoupling API
Adapt habitat-lab to the new public sensor API from habitat-sim PR #2621
(agent-sensor-decoupling branch). Key changes:
- Replace all private _sensors dict access with public sim.sensors property
- Replace _sim._sensors[name]._sensor_object with sim.get_sensor(name).sensor_object
- Replace agent._sensors with agent.sensors (live C++ subtree view)
- Simplify instance_image_nav_task sensor lifecycle to use
sim.remove_sensor() instead of manual multi-dict cleanup
- Remove Python name-mangling (_Simulator__sensors) from debug_visualizer
and its tests; use sim.sensors registry directly
- Update CI workflow to build habitat-sim from the PR branch
Companion to: facebookresearch/habitat-sim#26211 parent 4fbac22 commit 1517742
File tree
1 file changed
+0
-1
lines changed1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments