This repository is a work in progress, where Python and Julia will be tested to see if they are good candidates to replace MATLAB/Simulink
Project of Robotic's Manipulation course of 2021/22 in Instituto Superior Técnico - Universidade de Lisboa by using Julia/Python as programming language instead of MATLAB/Simulink.
This project is going to follow the following plan for each section of it:
- Kinematics - Part K
- Robot's DHC table
- Direct Kinematics
- Geometric Jacobian
- CLIK
- Inverse Kinematics
- Dynamic - Part D
- Add
$I_m$ ,$m$ and$\bar{c}_m$ in the DHC table - Dynamics Model - Lagrange VS Newton
- Decentralized PID
- Centralized Inverse Dynamics
- Project a task and trajectory for it
- Add
In each step, it is necessary to make this code the most adapted to
the signal as a time series' concept, needed to make therefore a way
to express this series in either a vector or as list of tuple of
- Kinematics - Part K
- Robot's DHC table
- Direct Kinematics
- Geometric Jacobian
- CLIK
- Inverse Kinematics
- Dynamic - Part D
- Add
$I_m$ ,$m$ and$\bar{c}_m$ in the DHC table - Dynamics Model - Lagrange VS Newton
- Decentralized PID
- Centralized Inverse Dynamics
- Project a task and trajectory for it
- Add