Skip to content

An implementation of a basic adaptive pure pursuit algorithm in Java using the Processing library.

License

Notifications You must be signed in to change notification settings

xiaoxiae/PurePursuitAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pure Pursuit Algorithm

Introduction

This repository is a Processing implementation of the Adaptive Pure Pursuit algorithm used to control FRC robots.

Controls and Features

The program offers the following functionality:

  • Left click shows the lookahead line from the cursor to the nearest path segment.
  • Right click creates new points of the path.
  • r resets the simulation.
  • n creates a new path follower that is moved by pressing f.
  • + increases the lookahead distance.
  • - decreases the lookahead distance.

Resources

About

An implementation of a basic adaptive pure pursuit algorithm in Java using the Processing library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages