Skip to content

MatthewRasa/Collision-Avoidance-Fuzzy-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Collision Avoidance Fuzzy Robot# Robot demo

See it on Youtube

Simulation of a robot moving through an obstacle-filled environment using Mamdani Fuzzy Logic to guide its movement. The robot repeatedly moves in the direction it is facing, using the Fuzzy Logic Controller (FLC) to determine its next angle of rotation. In order provide an accurate simulation, the robot can only "see" what is directly in front of it. A set viewing radius and field of view angle determine the total space the robot sees in any given position. The vision data the robot gathers (based on obstacles in its field of view) is manipulated and passed to the FLC. The FLC then uses its predefined membership functions to determine the robot's next rotation angle. The simulation demonstrates the robot's movement through randomly-generated environments using this procedure. Matlab's Fuzzy Logic Toolbox is used to generate the fuzzy logic controller and a Java JFrame is used for the graphical user interface.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published