The changes made to the CMake script automatically install and register a program launcher when installing multimaster via catkin_make install on Ubuntu.
There are several advantages that come with installing a launcher:
It is very easy to start the application.
You do not have an idling terminal floating around, which is the case if starting via command line.
You do not need to manually source setup.sh. The launcher takes care of that.
The changes made to the CMake script automatically install and register a program launcher when installing multimaster via
catkin_make install
on Ubuntu.There are several advantages that come with installing a launcher:
setup.sh
. The launcher takes care of that.