IRDYn/Identification_main.m

19 lines
427 B
Mathematica
Raw Permalink Normal View History

file = [];
opt.robot_def = 'direct';
opt.KM_method = 'MDH';
opt.Vel_method = 'Direct';
opt.LD_method = 'Direct';
opt.debug = true;
2024-01-10 15:06:32 +00:00
opt.robotName = 'Two_bar';
opt.Isreal = false;
robot = get_robot(file,opt);
% robot.theta = [1,1,0];
robot = get_Kinematics(robot, opt);
opt.Isreal = false;
robot = get_velocity(robot, opt);
2024-01-10 15:06:32 +00:00
robot = get_regressor(robot,opt);
% symbol matched
verify_regressor
robot = get_baseParams(robot, opt);