Practice the ROS2 Robust Grasp Pose Selector using Point Cloud Clustering coding problem in Manipulation. Browser-based execution with automated grading — no local ROS install required. 57% of engineers pass this challenge.
Analyze a 3D point cloud to find the best object to pick up. This involves clustering points and selecting a centroid.
grasp_selector/camera/points (sensor_msgs/PointCloud2)Input:
sensor_msgs/PointCloud2Output:
/grasp_pose (geometry_msgs/PoseStamped)It is a hands-on Manipulation 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 grasping, manipulation, point-cloud skills used in robotics interviews and production systems.