ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.