Skip to content

Personal hobby project using Kalman filters and PID controllers, with different graph search techniques to lead an autonomous vehicle on a randomised environment.

Notifications You must be signed in to change notification settings

raphaellevisse/kalman_pid_estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalman filtering of GPS and IMU data for vehicle motion planning

Ongoing personal hobby project using Kalman filters and PID controllers, with different graph search techniques to lead an autonomous vehicle on a randomised environment. Working on graph search implementation and obstacle avoidance at the moment.

image Just launch main.py and you can adjust the different parameters influencing movement. We see the use of Kalman filtering here as gps information in red is noisy, we rely on process noise and our knowledge of the vehicle equations to derive a reliable robot.

In actual version, I simulate a randomised factory floor, on which the robot uses A* star algorithm to go to a point given by the user by clicking on the grid. full_photo

About

Personal hobby project using Kalman filters and PID controllers, with different graph search techniques to lead an autonomous vehicle on a randomised environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages