1 Star 0 Fork 1

JeffreyChan / DynamicPathFollowingRobot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
Amar Bhatt 提交于 2016-12-18 16:18 . Update README.md

Dynamic Path Following Robot using Vision Based Control

This project explores making a wireless automatic guided robot which does not require any kind of intrusive modifications to be made to the environment, apart from installing an overhead camera. Generally environments that make use of automatic guided vehicles (AGVs) have to plan the path(s) where the robots should go before installing the tracks, like magnetic strips or metal tracks; this is an investment even before using the robots. If any change to the path(s) is required to be made, then more cost is incurred. In this paper a four wheeled differential drive robot has been controlled wirelessly to follow paths drawn on a graphical user interface within a workspace of 1.8m by 1.4m. The robot is controlled by correcting its orientation through visual feedback from a camera. Error analysis was performed to investigate how well the robot followed the path drawn. The estimated error of the robot is within a few centimeters of the path and can be reduced by modifying various thresholds.

View Video

https://youtu.be/SvSE9jIfbJU

Details

This project was tested on MATLAB 2016b on Windows 10. It requires:

  • MATLAB
  • OpenCV
  • OpenCV Contrib
  • Webcam
  • Bluetooth module
  • Arduino IDE
  • Arduino Microcontroller
  • Robot
  1. MATLAB

Can be retrieved at: https://www.mathworks.com/

  1. OpenCV and Open CV Contrib

Installed and downloaded from https://github.com/kyamagu/mexopencv Using ArUco library from OpenCV Contrib

  1. Webcam

Any webcam that interfaces with MATLAB (i.e. Logitech)

  1. Bluetooth

Any Bluetooth device module (i.e. HC-06)

  1. Arduino IDE

https://www.arduino.cc/en/Main/Software

  1. Arduino

Any Arduino compatible with Arduino IDE

  1. Robot

Any locomotion robot that can be controlled by Arduino (with motor shields, etc)

Matlab
1
https://gitee.com/jeffreychan/DynamicPathFollowingRobot.git
git@gitee.com:jeffreychan/DynamicPathFollowingRobot.git
jeffreychan
DynamicPathFollowingRobot
DynamicPathFollowingRobot
master

搜索帮助