Skip to content

Simple Gazebo simulation of a line following robot (OpenCV, RoS, SciPy) - ENPH 353 2020

Notifications You must be signed in to change notification settings

Hark0616/gazebo-line-follower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gazebo-line-follower

Simple Gazebo simulation of a line following robot (OpenCV, RoS, SciPy).

See ~/node/move_robot.py for the implementation. First, we grayscale a frame from the robot's camera feed, then apply a binary mask. Finally, the center of mass of the binary mask is computed, and the robot's movement is adjusted.

Visit https://youtu.be/BuUYXrn7hKo for a video.

About

Simple Gazebo simulation of a line following robot (OpenCV, RoS, SciPy) - ENPH 353 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 78.8%
  • Python 21.2%