LaunchMap is a Visual Studio Code extension that lets you visualize the structure of ROS 2 launch files as interactive graphs directly inside VSCode.
Whether you are debugging a complex launch.py, exploring a new package, or onboarding to a robotics stack, LaunchMap helps you see what is really happening in your launch files.
✨ Features
Visualizes ROS 2 launch files as interactive graphs
Supports core launch constructs like:
Node(...)
IncludeLaunchDescription(...)
GroupAction(...)
DeclareLaunchArgument(...)
LaunchConfiguration(...)
Traces argument usage and include relationships
Opens the graph in a new tab within VSCode
Displays a warning banner for unsupported or skipped components