Skip to content

Python Webots robot that follows a path and dodges obstacules while hosting a web socket server.

Notifications You must be signed in to change notification settings

SeijiNoda/LineTracker_Server_Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

LineTracker Server Robot

Robot that follows a path and dodges obstacules while hosting a web socket server.

Developed in the first semester of 2021 for our final project in TI502 (Robotics).

This is a robot made in the Webots IDE and programmed in Python designed to have two functionalities:

  • Line Tracker:
    The robot was programmed in Python to follow the black line. It uses 3 infrared sensors in front of the robot to detect its path.
    It also can dodge obstacules found blokcing the path with the help of the distance sensors on the sides. That said, it functions like this:

    Demonstration Video
  • Web Socket Server:
    Besides that, our teacher also requested that the robot hosted a socket server that responded an HTTP request with the current image that the camera on top of the robot took.

About

Python Webots robot that follows a path and dodges obstacules while hosting a web socket server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages