Practice the ROS2 Topics - Complex Nested Messages coding problem in Topics. Browser-based execution with automated grading — no local ROS install required. 72% of engineers pass this challenge.
In real-world ROS 2 applications, you rarely publish raw integers or strings. You must construct and publish complex, nested message structures like geometry_msgs/msg/PoseStamped.
complex_message_node.geometry_msgs/msg/PoseStamped to the topic /target_pose at 2Hz (0.5s timer).header.frame_id must be 'map'pose.position.x must be 1.0, y must be 2.0pose.orientation.w must be 1.0 (valid unit quaternion)Input: None | Output: /target_pose (geometry_msgs/PoseStamped)
It is a hands-on Topics 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 topics, custom-message, publisher skills used in robotics interviews and production systems.