Question about exercise 4.2

Hiya, I have a question about the launch file included in the solution to 4.2. I managed to make my own subscriber that ran the Odometry data with no issue, but I never made a launch file. I wanted to know why they created a launch file, since I just ran the subscriber with rosrun. Thanks.

Launch files are introduced because when you need to launch several rosrun nodes in one go, launch files are vital way of doing it.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.