rdiankov / openrave

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

lock env in TaskManipulation #1210

Closed cielavenir closed 1 year ago

cielavenir commented 1 year ago

today we saw a deadlock

env.Add should lock env because Python world can be deadlocked due to GIL

by the way, should we lock env for other interfaces?

rdiankov commented 1 year ago

thanks!