AsyncSpinner and Priority Management
This release fixes a problem related to the use of the spinner when the instanciation of a controller is done inside a real-time thread. AsyncSpinner creates threads to handle ROS services and topics. They should NOT be real time and with the current roscontrol_sot implementation they become by inheritance real-time. This release change the thread priority to have a lower one when it is handling ROS actions.