facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.45k stars 404 forks source link

--Properly initialize std::vector member variable to be correct size #2388

Closed jturner65 closed 2 months ago

jturner65 commented 2 months ago

Motivation and Context

This bugfix fixes the incorrect initialization of the SceneNode semanticIDs_ vector which was causing a heap corruption.

How Has This Been Tested

Local c++ and python tests pass

Types of changes

Checklist