Nodelet basics
Since I want to implement Nodelets into my ROS projects I have the following questions which I cannot find an answer for; One of my projects' nodes has one function which is finding matches in patterns which requires a lot of processing power and it contains many functions with loops and a lot of math stuff. I assume replacing this node with nodelets will improve the performance since it'll take less time to run through the whole code. Is this right?
Can nodelets communicate with other regular nodes? I only need a part of my project (vision analyzing) to be nodelets. Are there any examples of projects available that combine nodes with nodelets?
Was your edit meant to change your question? Because I believe my answer already covers the current version of your question as well as the previous one.