Skip to content

Commit 3892861

Browse files
Jonathan D.A. Jewellclaude
andcommitted
Update SLAM module documentation
Replace placeholder comment with accurate description of the implemented occupancy grid and particle filter functionality. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bf3f14b commit 3892861

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/rust/src/slam.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! SLAM (Simultaneous Localization and Mapping) implementation
22
//!
3-
//! Placeholder for future SLAM implementation
3+
//! Provides occupancy grid mapping and particle filter localization
4+
//! for robot vacuum navigation and positioning.
45
56
use crate::types::Pose;
67
use ndarray::Array2;

0 commit comments

Comments
 (0)