Understand hdl_graph_slam nodelet architecture
masterThe system operates as a pipeline of four nodelets:
- prefiltering_nodelet: Downsamples the input point cloud.
- scan_matching_odometry_nodelet: Estimates sensor pose via iterative scan matching between consecutive frames.
- floor_detection_nodelet: Detects floor planes using RANSAC.
- hdl_graph_slam_nodelet: Receives odometry and floor planes, performs loop detection, and optimizes the pose graph using various constraints.