-
Notifications
You must be signed in to change notification settings - Fork 15
Add a pure-pursuit path follower #80
Copy link
Copy link
Open
Labels
controlControllers and control loopsControllers and control loopsenhancementNew feature or requestNew feature or requestno_stdKeeps the default no_std, no-alloc coreKeeps the default no_std, no-alloc coreroboticsKinematics, dynamics, robot modelsKinematics, dynamics, robot models
Description
Metadata
Metadata
Assignees
Labels
controlControllers and control loopsControllers and control loopsenhancementNew feature or requestNew feature or requestno_stdKeeps the default no_std, no-alloc coreKeeps the default no_std, no-alloc coreroboticsKinematics, dynamics, robot modelsKinematics, dynamics, robot models
Add a pure-pursuit controller that follows a path given the current pose.
Done when: it tracks a sample path within tolerance.
Depends on #66