feat: Add pure pursuit path follower for Nav2 (Issue #333) #334
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-controls/issue-333-pure-pursuit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implements pure pursuit path follower algorithm for Nav2 autonomous navigation.
Algorithm
Pure pursuit computes steering by:
Features
Configuration
Testing
20+ comprehensive unit tests covering geometric calculations, path following on curves, steering commands, velocity limits, and edge cases.
🤖 Generated with Claude Code