ROS1 Launch File
ROS launch is a very useful command as it is capable to: run multiple nodes at the same time. set parameters. perform rosparam commands. set execution options. ROS launch file (.launch) is an XML file which looks like below. As it is an XML, indentation matters. An example launch file that sets a parameter: In …
