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
I've tried to get rospy callbacks to work too. It doesn't even run the callback once. It seems to run up until the first function call (such as a print statement) within the callback and then hangs. The rest of the code in the function gets ignored. No luck finding a solution.
The code I have can only be able to run the callback once.
I am aware that RobotOS.jl is one method to accomplish this, but I want to know how can I call rospy directly using PyCall.
Thank you very much.
The text was updated successfully, but these errors were encountered: