ROS node generated by MATLAB runs as a process in Linux ?

Illustration
Jaehyeon Im - 2023-05-04T10:51:38+00:00
Question: ROS node generated by MATLAB runs as a process in Linux ?

I'm trying to generate a ROS node using Simulink ROS Toolbox.   When I build and generate codes to Linux , does that ROS node run as a process or a thread ?   I wonder that there's any specific way to generate multi-threaded ROS nodes.

Expert Answer

Profile picture of John Williams John Williams answered . 2025-11-20

ROS nodes, generated from Simulink or not, generally run as their own separate process. Certain operations will initiate an additional thread running for various purposes. When the node "spins", it should create a separate thread for monitoring the network, especially for subscribers.
 
If you are interested in having multiple ROS nodes in one process (for more efficient sharing of data through shared memory), you can look into ROS nodelets. Unfortunately, there is currently no way to generate nodelets from Simulink. Each model generates a single node, by design.
 


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!