Calls to rospy.log* from secondary threads not working
After starting a thread like this:
threading.Thread(target=self.__update_servo_states).start()
calls to rospy.log*
from within __update_servo_states
don't display anything. Does anyone know why that might be happening and what I can do to fix it? (I'm using a modified version of the dynamixel_motor stack, but the line of code above is directly from the original version.)
Asked by Elizabeth C on 2012-08-10 09:41:14 UTC
Comments