Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sametgul/const_fsfb
Simulation and Experiment Projects for the Paper "Desired Model Compensation-Based Position Constrained Control of Robotic Manipulators" using MATLAB Simulink and C
https://github.com/sametgul/const_fsfb
adaptive-control c control-systems lyapunov-stability matlab nonlinear-co robotics simulink
Last synced: 16 days ago
JSON representation
Simulation and Experiment Projects for the Paper "Desired Model Compensation-Based Position Constrained Control of Robotic Manipulators" using MATLAB Simulink and C
- Host: GitHub
- URL: https://github.com/sametgul/const_fsfb
- Owner: SametGul
- License: mit
- Created: 2024-05-26T13:13:02.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-29T16:15:40.000Z (7 months ago)
- Last Synced: 2024-05-30T04:41:19.607Z (7 months ago)
- Topics: adaptive-control, c, control-systems, lyapunov-stability, matlab, nonlinear-co, robotics, simulink
- Language: C
- Homepage: https://www.cambridge.org/core/journals/robotica/article/abs/desired-model-compensationbased-position-constrained-control-of-robotic-manipulators/DA96553304868BF4C2AE30C48BECEC5F?utm_campaign=shareaholic&utm_medium=copy_link&utm_source=bookmark
- Size: 869 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desired Model Compensation-Based Position Constrained Control of Robotic Manipulators
This repository contains the simulation and experiment projects associated with the paper "Desired Model Compensation-Based Position Constrained Control of Robotic Manipulators".
## Table of Contents
1. [Summary of the Study](#summary-of-the-study)
2. [Prerequisites](#prerequisites)
3. [Simulation](#simulation)
4. [Experiment](#experiment)
5. [Results](#results)## Summary of the Study
This work presents the design and the corresponding stability analysis of a desired model-based, joint position constrained, controller formulation for robotic manipulators. Specifically, provided that the initial joint position tracking error signal starts within some predefined region, the proposed controller ensures that the joint tracking error signal remains inside this region and approaches to zero asymptotically. Extensive numerical simulations and experimental studies performed on a two-link direct-drive planar robot are provided in order to illustrate the effectiveness and feasibility of the proposed controller.
## Prerequisites
- MATLAB with Simulink (MATLAB R2021a or above)
- Mex C Compiler (if you want to make changes and compile C files)
- Real-Time Desktop Kernel (in order to work on the Experiment Project)## Simulation
Detailed information about the simulation setup, parameters, and how to execute it.
- Description of the Simulink model and its components.
- Instructions on how to modify parameters within the Simulink model.
- Example commands or steps to run different simulation scenarios.### Simulink Schematic
![Simulation Schematic](path/to/simulation_schematic.png)
## Experiment
Details about the experimental setup, including hardware and software requirements.
- Description of the robotic manipulator and other equipment used.
- Instructions on setting up the hardware.
- Steps to replicate the experiment, including how to interface the C code with the hardware.### Simulink Schematic
![Experiment Schematic](path/to/experiment_schematic.png)
## Results
Presentation of the results obtained from the simulations and experiments.
- Graphs, charts, and tables showcasing the performance of the control method.
- Analysis and discussion of the results.