furio1999 / Robotics2

Tools and exercises for the "robotics2" course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robotics2

Tools and exercises for the "robotics2" course

Parametrization

Parametrization.m is a script which estimates uknown parameters (mass, inertia, arm lengths..) of an RPR manipulator. Moreover, it implements an adaptive trajectory controller. Just launch it on MATLAB and have fun!

The process

I follow the Lagrangian formulation of the robot dynamics, with inertia matrix M and Coriolis terms c.

I have 2 remarks:

  1. For this particular case I assume g(q)=0, given that our RPR Robot lies on an horizontal plane
  2. Known parameters: mass, length and CoM position of link3

About

Tools and exercises for the "robotics2" course


Languages

Language:MATLAB 96.9%Language:M 3.1%