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-01-23 13:42:25 +00:00
|
|
|
|
2024-10-07 15:10:42 +00:00
|
|
|
opt.Isreal = false;
|
2024-09-21 07:43:05 +00:00
|
|
|
robot = get_robot_R1000(file,opt);
|
2024-01-23 13:42:25 +00:00
|
|
|
% robot.theta = [1,1,0];
|
2024-09-28 13:45:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
robot = get_Kinematics(robot, opt);
|
|
|
|
|
|
2024-10-07 15:10:42 +00:00
|
|
|
% R1000_Dynamics_num;
|
|
|
|
|
% R1000_Dynamics;
|
2024-09-22 18:09:08 +00:00
|
|
|
% opt.Isreal = false;
|
2024-10-07 15:10:42 +00:00
|
|
|
robot = get_velocity(robot, opt);
|
|
|
|
|
robot = get_regressor(robot,opt);
|
2024-01-23 13:42:25 +00:00
|
|
|
% symbol matched
|
2024-09-22 18:09:08 +00:00
|
|
|
% verify_regressor
|
2024-10-07 15:10:42 +00:00
|
|
|
% robot = get_baseParams(robot, opt);
|