Is launch file similar to the threading/processing concept in Python?
I know the goal of the launch file is to start multiple nodes at the same time. The nodes inside the launch file can send/receive data through different topics. However, does that mean the launch file achieves the goal of the threading/processing method in python? How the nodes are executed inside the launch file?