Practice the ROS2 The Synchronized Swarm coding problem in Fleet / Multi-Robot. Browser-based execution with automated grading — no local ROS install required. 0% of engineers pass this challenge.
3 robots must arrive at target positions simultaneously for a coordinated task. Currently they navigate independently. Robot 1 (closest) arrives 30 seconds before Robot 3 (furthest). The task requires < 5 second spread.
/robot_N/eta topicImplement coordination: robots share ETAs, and each robot adjusts its speed to arrive at the same time as the slowest.
It is a hands-on Fleet / Multi-Robot 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 Hard problem focuses on coordination, swarm, eta skills used in robotics interviews and production systems.