Practice the ROS2 TF Forest coding problem in Fleet / Multi-Robot. Browser-based execution with automated grading — no local ROS install required.
3-robot fleet. All robots publish to the same TF frames. A new monitoring dashboard that shows all robots simultaneously sees a chaotic mess — robots teleport between each other's positions.
map → odom → base_link TF chain/tf without namespacingodom overwrites Robot 1's odom/robot_N/map, /robot_N/odom, /robot_N/base_linkFix the TF frame naming so all 3 robots have isolated TF trees.
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 tf2, multi-robot, namespacing skills used in robotics interviews and production systems.