Perception User Guide ======================= .. _user_guide_perception: This comprehensive guide covers the Perception module in ManipulaPy, which provides high-level perception capabilities for robotic systems including obstacle detection, 3D point cloud processing, clustering, and environmental understanding. .. contents:: **Quick Navigation** :local: :depth: 2 :backlinks: none Overview ---------- The Perception module serves as a higher-level interface that builds upon the Vision module to provide sophisticated environmental understanding capabilities for robotic systems. It transforms raw visual data into actionable information for robot control and navigation. .. raw:: html
Transform raw camera data into meaningful environmental information for autonomous robotic decision-making.
RGB + Depth cameras capture raw visual data
YOLO identifies objects in RGB images
Depth data creates 3D obstacle points
DBSCAN groups related points
Obstacle data enables safe navigation