Skip to content

OutliersTeam/Unicycle-Line-Follower-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unicycle Line Follower Robot

Problem Statement:

Design a Unicycle Kinematic model to follow a line. The input for the system is line equation to be followed. Verify the system with inbuilt model in simulink.

Explanation:

The problem statement requires us to design a Unicycle Kinematic Model which is used to describe the location and orientation of a mobile robot approximated to having a single adjustable wheel. Simulink/MATLAB is to be utilized to create a subsystem with inputs that are the controllable parameters of a Unicycle Model – velocity of the robot (v) and the angular velocity (𝜔) ; and effectively calculate the position of the Robot [ 𝑥, 𝑦, 𝜃].The Unicycle Model thus created need to be utilized to design a Robot that follows a Line, whose equation is given by the user. Given any starting pose[ 𝑥, 𝑦, 𝜃] and line equation (𝐴𝑥 + 𝐵𝑦 + 𝑐) in the 2D plane, the robot should navigate the plane to move along the provided line equation. Finally we have to verify the system designed with the inbuilt model and compare the results.

Contributors

Contact

If you want to contact us you can reach out at [email protected].

License

This project uses the following license: MIT.