Find target, Point target
This project mainly simulates four Manipulator control algorithms:
- Linear Camera Space Manipulation (LCSM)
- Image-Based Visual Servo with monocular vision system (Monocular IBVS)
- Image-Based Visual Servo with binocular vision system (Binocular IBVS)
- Position-Based Visual Servo with binocular vision system (Binocular PBVS)
These algorithms are applied to a 6R PUMA robot manipulator using Robotics Toolbox.
Before running code, make sure you have Robotics Toolbox installed in Matlab.
Robotics Toolbox (RTB) is a useful Matlab toolbox, which provides functions related to robotics. You can click the link to download RTB and install it.
All codes have Only been tested on
- Windows10 1809
- Matlab R2018b
- Robotics Toolbox 10.3.1
There is no guarantee that the codes have good compatibility in other versions.
Four folders in the repository represent four control algorithms.
Double-click Main.m
in the each folder to start simulation of corresponding control algorithm.
That‘s simple~ Enjoy playing robot!!
⭐ Star us on GitHub — it helps!