Calls to rospy.log* from secondary threads not working [closed]

asked 2012-08-10 09:41:14 -0500

Elizabeth C gravatar image

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.)

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-04-06 01:51:58.198165