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

Multiple threads within a single process do run on different cores of the CPU (http://stackoverflow.com/questions/2986931/the-way-cores-processes-and-threads-work-exactly). So nodelets are solving exactly your use case. That's why most of the image processing code is ROS package use nodelerts to implement the pipeline.