Skip to content

AsyncSpinner and Priority Management

Compare
Choose a tag to compare
@olivier-stasse olivier-stasse released this 17 Jan 18:49
· 162 commits to master since this release
v3.2.1

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.