Skip to content

sb2703/transradial-robot-prosthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Modeling, Control and Simulation of a Transradial Robotic Prosthesis

By Samuele Bani

This repository contains the code written for my master thesis in Computer Engineering and Robotics, "Modeling, Control and Simulation of a Transradial Robotic Prosthesis", at University of Perugia (Italy).

Contents

Thesis Summary

The aim of this thesis is to describe the elements underlying the design of a transradial robotic prosthesis: the kinematic model, the dynamic model and the control law.

  • The kinematic model consists of a spherical wrist with 3 DoF, a rigid palm and five fingers with 4 DoF each. The kinematic model is described using the Denavit-Hartenberg convention and is obtained by composing smaller robotic systems.
  • The dynamic model is defined starting from the kinematic model and is obtained in closed form by applying the Lagrange method. The dynamic model includes the actuation model based on artificial tendons and torsion springs, as well as the kinematic coupling constraints expressed by the multiplier matrix G.
  • The control law is based on inverse dynamics control and is designed to comply with the kinematic coupling constraints expressed by the multiplier matrix G.

At the moment, the thesis is only available in Italian, but the code in this repository is written and commented so that it can be understood by anyone.

Files Summary

Generic Auxiliary Functions
File Description
R_x.m Function that, given an angle, computes elemental rotation matrix around X axis.
R_y.m Function that, given an angle, computes elemental rotation matrix around Y axis.
R_z.m Function that, given an angle, computes elemental rotation matrix around Z axis.
Forward Kinematics
File Description
DH.m Function that computes transformation matrix from RF_0 to RF_n using Denavit-Hartenberg (DH) convention for reference frames.
forward_kinematics_hand.m Script that computes forward kinematics of the whole hand, i.e. the homogeneous transformation matrices from the forearm to each fingertip.
Plotting of the Hand
File Description
plot_hand.m Function that plots 3D model of the whole hand.
points_to_plot_nt.m Function that computes points to plot of (given) non-thumb finger.
points_to_plot_t.m Function that computes points to plot of thumb.
Workspaces and Kapandji Score
File Description
newton.m Function that implements Newton algorithm to solve inverse kinematics problem.
workspace_nt.m Function that computes workspace of given non-thumb finger.
workspace_t.m Function that computes workspace of thumb finger.
workspaces.m Script that plots primary workspace of both fingertips and wrist.

WIP

About

Master thesis "Modeling, control and simulation of a transradial robotic prosthesis" - University of Perugia.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages