Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 829 Bytes

USERS_COMMENTS.md

File metadata and controls

13 lines (9 loc) · 829 Bytes

User's comments

Pure Persuit Algorithm inspired by Shisato Yano's Python Example

Link to demo video

This is an AGV path tracking demo by Philippe Piatkiewitz at Vectioneer.

He implemented this by using Pure pursuit sample code with the following modifications.

  • The selection of the next waypoint was improved and avoids finding waypoints that already have been passed.
  • Added the option that the AGV automatically stops at the last waypoint and then also re-orients itself in the desired direction.
  • Allow the AGV to drive backwards if that path is shorter.
  • Lastly adjust the speed in the corners based on the desired steering angle.