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

Revision history [back]

click to hide/show revision 1
initial version

ROS doesn't provide any native tools for pinning tasks to CPUs, but it doesn't fight the existing tools either.

There is a general-purpose linux tool called taskset which can pin tasks to CPUs, and I've used it with ROS quite successfully in the past. You could probably use it in your startup script to limit each launch file to a single core.