Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Python GIL not released before entering the C++ library #28

Open
ymollard opened this issue Feb 16, 2015 · 0 comments
Open

Python GIL not released before entering the C++ library #28

ymollard opened this issue Feb 16, 2015 · 0 comments

Comments

@ymollard
Copy link
Contributor

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.

@ymollard 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant