Author: Yash Bansod
GitHub: https://github.com/YashBansod
This is the main program. Just call DH_main in command line or run this file to run the program.
clear;
clc;
close all;
addpath('./DH-functions/')
a = [5, 5, 0]; % Link Lengths (Along X axis)
alpha = [0, 0, 0]; % Link Twist (Across X axis)
d = [0, 0, 2]; % Link Offset (Along Z axis)
theta = [15, 30, 0]; % Link Rotation (Across Z axis)
DH_table(alpha, a, d, theta);