Skip to content

IgnacioChirinos/Adaptative-Controler-Robotic-6DFO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Adaptative-Controler-Robotic-6DF

Description

This project is an implementation of an adaptive controller for a 6 Degrees of Freedom (DOF)system. The controller is implemented in MATLABand its performance is evaluated through simulations. The main objective of the project is to show how well the controller performs in controlling the motion of a 6 DOFsystem.

  1. First, the user inputs the desired trajectory for the robotic arm as well as the initial position of the arm.
  2. The code initializes the state of the arm based on the initial position input by the user.
  3. The adaptive controller is initialized with initial values of the gains and parameters.
  4. The code enters a loop where it iteratively simulates the motion of the robotic arm using a numerical integration method (e.g., Euler's method).
  5. At each iteration, the current state of the arm is used to compute the control input using the adaptive controller.
  6. The control input is then applied to the arm, which updates its state.
  7. The code continues this loop until the end of the trajectory is reached or until a certain stopping condition is met.
  8. Finally,the results of the simulation are plotted to show the performance of the adaptive controller.

Features

  • Implementation of an adaptive controller for a 6 DOFsystem.
  • Evaluation of the controller's performance through simulations.
  • Graphical representation of the simulation results.
  • User-friendly interface to adjust the controller parameters.

Requirements

  • MATLAB2019a or later versions.

Installation

  1. Clone the repository to your local machine.
  2. Open MATLABand navigate to the project directory.
  3. Run theModelado_Control_Adaptativo.m script to launch the controller interface.

Usage

  1. Launch the Modelado_Control_Adaptativo.m script in MATLABto open the controller interface.
  2. Adjust the controller parameters as desired.
  3. Run the simulation to evaluate the controller's performance.
  4. Viewing the simulation results in the graphical user interface.

About

6 DOF adaptive controller robot arm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages