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

Revision history [back]

Besides using dynamic_reconfigure as @dbworth suggested, you might want to use nodelets if you are passing images around in a single machine. That will make communication much faster ("zero-copy", as they say) while maintaining the modularity of nodes. Most of the image pipeline already supports nodelets.