Hi everyone,
I wanted to share an update on LaunchMap, a tool I have been building to help visualize ROS 2 launch files directly inside VSCode. It parses your launch.py files and shows a graph based layout of nodes, groups, conditions, and other ROS2 launch constructs, similar to the Unreal blueprint system.
Why use it?
- Understand large, nested launch files faster
- See how components connect across includes, groups and composable containers
- Detect missing or unused LaunchConfigurations
- Useful for debugging, teaching, and onboarding
Appreciate your feedback!
I am actively improving this tool, and your feedback would help shape the next steps.
If you have tried it (or might soon), would you mind sharing your experience here or filling this short form?
Links
- Marketplace: LaunchMap on VSCode
- GitHub: github.com/Kodo-Robotics/launchmap
- Open to ideas, suggestions, and even contributions!
Thanks!
– Sakshay, Kodo Robotics