Update the main launch system to use launch_ros and provide a centralized system to launch:
- Missions
- Subsystems
Also update subsystem launch files to ensure that they are well organized and document. Parameterize a log level of DEBUG wherever possible so as to allow higher-level launch files to propagate this argument downwards.
Update the main launch system to use launch_ros and provide a centralized system to launch:
Also update subsystem launch files to ensure that they are well organized and document. Parameterize a log level of
DEBUGwherever possible so as to allow higher-level launch files to propagate this argument downwards.