Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

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

Notifications You must be signed in to change notification settings

team914/PurePursuitAlgorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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 features minimalistic path creation and following functionality:

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

The follower also leaves a dashed path behind and has a circle around its origin to visualise the lookahead distance.

Resources

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 54.1%
  • JavaScript 43.7%
  • HTML 2.0%
  • CSS 0.2%