ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

ROS generally does not mess with threads you spawn (i.e. change priorities or so). This is up to the operating system and you can use standard operating system facilities to do so (for instance setting priority to SCHED_FIFO or so).