https://github.com/vasikyrg/adaptive-control-in-robotic-arm
A simulation of a robotic arm which i did during my studies in subject "Adaptive Control Systems III"
https://github.com/vasikyrg/adaptive-control-in-robotic-arm
matlab robotics-programming robotics-simulation
Last synced: 3 months ago
JSON representation
A simulation of a robotic arm which i did during my studies in subject "Adaptive Control Systems III"
- Host: GitHub
- URL: https://github.com/vasikyrg/adaptive-control-in-robotic-arm
- Owner: vasikyrg
- Created: 2022-01-25T10:11:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T09:15:32.000Z (over 3 years ago)
- Last Synced: 2025-01-24T08:43:58.937Z (4 months ago)
- Topics: matlab, robotics-programming, robotics-simulation
- Language: MATLAB
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adaptive Control in Robotic Arm
A simulation of a robotic arm which i did during my studies in subject "Automatic Control Systems III"Given the system: 

with:

The purpose of the control is to monitor the trajectory:

If we don't know the values of , we can estimate them as 
and 
. Furthermore, we know that:
a] Simulate the system if you know every value of the system, select the best input function to linearize the system to reach the goal (set the poles of the Closed Loop Monitoring Error System to -10). Given

and

b]Draw a robust control law with the error slip method with Λ = 10Ι2x2 so that track tracking is achieved despite the existing uncertainties. For the smooth form of your controller sign function use the saturation function given below.
where ε=0.00001.
WARNING! I didn't have enough time to translate everything in English, so some words are in Greek. If you have any question send me an email ([email protected])