Practice the ROS2 Write Launch File for Multi-Robot Simulation coding problem in Launch. Browser-based execution with automated grading — no local ROS install required. 0% of engineers pass this challenge.
Simulate a multi-robot fleet. Write a launch file that spawns two identical robots in different namespaces, preventing topic collision.
multi_bot.launch.pymy_bot_node/robot1/robot2/cmd_vel to /robotX/cmd_vel if needed (namespaces usually handle this automatically)Output:
LaunchDescription starting 2 tagged nodes.It is a hands-on Launch challenge on SimuCode where you implement and run ROS2 code in the browser with runtime-verified tests.
Open this page, sign in, and solve the problem in the built-in IDE. Your solution is graded against real ROS2 execution checks.
This Medium problem focuses on Launch skills used in robotics interviews and production systems.