Skip to content
/ SSFR Public

Stationary Spinning Follower Robot. Work for the lecture "Dynamic Systems Modelling" from Federal University of Bahia.

Notifications You must be signed in to change notification settings

hpoleselo/SSFR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stationary Spinning Follower Robot

A robot that uses fiducial markers (ArUco) to obtain the relative position to the marker and adjusts its position using PID control to follow the moving marker. You can find also separately the modelling of a DC motor which we used on SSFR.

setup

Installation

Get the Raspberry Pi Ubuntu Mate Installation for your Rpi: https://ubuntu-mate.org/download/

Install git:

$ sudo apt-get install git

Install OpenCV with Python in the Rpi in order to make use of the ArUco library:

$ sudo apt-get install python-opencv

Clone the repository anywhere you want:

$ git clone https://github.com/hpoleselo/SSFR.git

Usage

If you want to check how we retrieve the model for the control, check the folder PlantModel with MATLAB.

Lessons Learned

Check the file [linque] to the next time we decide building a robot from scratch...

Authors

Professor

Humberto Xavier de Araujo

About

Stationary Spinning Follower Robot. Work for the lecture "Dynamic Systems Modelling" from Federal University of Bahia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published