You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
It looks like all threads are stopped, avoiding tf.TransformListener to be up to date and also avoiding subscribers to receive new messages since they are all threaded in Python.
It looks a major issue to me, forcing the user to rospy.sleep() after each call to MoveGroup to let threads getting new updates before continuing execution.
The text was updated successfully, but these errors were encountered:
ymollard
changed the title
Python GIL not realeased before entering the C++ library
Python GIL not released before entering the C++ library
Feb 16, 2015
I would like to reanimate the investigations about the GIL following this thread and the suggestion of Wouter: https://groups.google.com/d/topic/moveit-users/juXENC4XoRo/discussion
It looks like all threads are stopped, avoiding tf.TransformListener to be up to date and also avoiding subscribers to receive new messages since they are all threaded in Python.
It looks a major issue to me, forcing the user to rospy.sleep() after each call to MoveGroup to let threads getting new updates before continuing execution.
The text was updated successfully, but these errors were encountered: