IRDYn/Identification_main.m

23 lines
500 B
Mathematica
Raw Normal View History

2024-09-22 18:09:08 +00:00
close all;clc;clear
2024-01-23 13:42:25 +00:00
file = [];
opt.robot_def = 'direct';
2024-09-28 13:45:14 +00:00
opt.KM_method = 'SCREW';
2024-01-23 13:42:25 +00:00
opt.Vel_method = 'Direct';
opt.LD_method = 'Direct';
opt.debug = true;
2024-09-22 18:09:08 +00:00
opt.robotName = 'R1000';
2024-10-15 23:36:50 +00:00
opt.reGenerate = false;
2024-10-16 13:30:59 +00:00
opt.Isreal = true;
2024-09-28 13:45:14 +00:00
2024-10-15 23:36:50 +00:00
robot = get_robot_R1000(file,opt);
2024-09-28 13:45:14 +00:00
robot = get_Kinematics(robot, opt);
2024-10-16 17:03:10 +00:00
R1000_Dynamics_num;
2024-10-07 15:10:42 +00:00
% R1000_Dynamics;
2024-10-15 23:36:50 +00:00
% getGravityForce;
robot = get_velocity(robot, opt);
robot = get_regressor(robot,opt);
2024-01-23 13:42:25 +00:00
% symbol matched
2024-10-15 23:36:50 +00:00
% verify_regressor_R1000;
2024-10-07 15:10:42 +00:00
% robot = get_baseParams(robot, opt);