Skip to content

Gazebo simulation of a turtlebot traversing a maze by implementing the RRT* algorithm and a PID controller.

Notifications You must be signed in to change notification settings

AD-lite24/Robot-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot-Planner

Planner and controller to help the turtle bot navigate through a maze

Launch the package using

roslaunch <package name> obs_world.launch

The robot uses the RRT* path planning algorithm to plan a path to the end point. The nodes on the path are then communicate to the controller ros node which then uses a PID controller to help the robot move in the simulation to the goal. The controller was tuned according to the needs of the problem and relevant path correction techniques were employed.

Noob tip: Do use data analysis software instead of printing data on the terminal like I did :)

About

Gazebo simulation of a turtlebot traversing a maze by implementing the RRT* algorithm and a PID controller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published