set priority on python node
How I can change the priority of a node written y python?
Im working with the kinect and a haptic device to be used in the chest of a person, after I get the information about the distance of the object and some processing I want to send it through the serial port to the haptic devic, I realized that I have some delays, so I want to change the priority of xecution of the node or some portion of the node ( written in python) in order to get a behavior close to real time.