rdiankov / openrave

Open Robotics Automation Virtual Environment: An environment for testing, developing, and deploying robotics motion planning algorithms.
http://www.openrave.org
Other
712 stars 343 forks source link

Fix not clearing hash in Destroy #1241

Closed kanbouchou closed 1 year ago

kanbouchou commented 1 year ago

In https://github.com/rdiankov/openrave/pull/1240, hash is not cleared any more in the call stack of adding to environment, so instead need to clear it in Destroy

rdiankov commented 1 year ago

Thanks