The current launch file structure is becoming harder to manage as multiple responsibilities are mixed together.
We should separate launch files by use case and execution environment to make them easier to maintain, reuse, and extend.
Proposed examples
- Lidar SLAM launch file based on slam_toolbox
- Realsense D455 + RTAB-Map launch file for rosbag play
- Realsense D455 + RTAB-Map launch file for real camera input
The current launch file structure is becoming harder to manage as multiple responsibilities are mixed together.
We should separate launch files by use case and execution environment to make them easier to maintain, reuse, and extend.
Proposed examples