Skip to content

2shaar2059/PurePursuitSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PurePursuitSim

This Repo contians C++ code for simulating the Pure Pursuit Trajectory Following Algorithm for a Robot. It allows a Robot to follow a path even if it deviates from the desired trajectory; it can recover from distrubances.

Linux:

  1. Download this project
  2. cd into this project
  3. make sure you have python 3.8 (for plotting), opencv (for displaying images) and eigen3 (for representing the robot state)
  4. run "cmake ." from inside the project root
  5. run "make" from inside the project root
  6. run the resulting executable with "./build/main" from inside the project root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published