I have 5 ros2 packages and each package contains one or two nodes. Is it possible to launch all nodes from different packages at once? If possible how I can do it? are there any git repo with examples for this?
Thanks in advance
You probably want to read the tutorials which leads to this sample launch configuration: https://github.com/ros2/demos/blob/master/demo_nodes_cpp/launch/services/add_two_ints.launch.py