Skip to content

Commit 9758037

Browse files
committed
Initial commit R2022a
1 parent 932f303 commit 9758037

File tree

59 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+54
-54
lines changed
1.66 MB
Binary file not shown.
680 KB
Binary file not shown.
63.6 KB

Robots/abbIrb120/sm_robotexample_import_abbIrb120.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% Script to import sm_abbIrb120.urdf
2-
% Copyright 2021 The MathWorks, Inc.
2+
% Copyright 2021-2022 The MathWorks, Inc.
33

44
%% Import URDF file to create Simscape Multibody model
55
addpath([pwd filesep 'Geometry'])

Robots/abbIrb120T/sm_robotexample_import_abbIrb120T.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% Script to import sm_abbIrb120T.urdf
2-
% Copyright 2021 The MathWorks, Inc.
2+
% Copyright 2021-2022 The MathWorks, Inc.
33

44
%% Import URDF file to create Simscape Multibody model
55
addpath([pwd filesep 'Geometry']);

Robots/abbIrb1600/sm_robotexample_import_abbIrb1600.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% Script to import sm_abbIrb1600.urdf
2-
% Copyright 2021 The MathWorks, Inc.
2+
% Copyright 2021-2022 The MathWorks, Inc.
33

44
%% Import URDF file to create Simscape Multibody model
55
addpath([pwd filesep 'Geometry']);

Robots/abbYuMi/Models/sm_abbYuMi_point_cloud_finger.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function pointcloud = sm_abbYuMi_point_cloud_finger(varargin)
22
%% Read in Steering Wheel STL file
3-
% Copyright 2021 The MathWorks, Inc.
3+
% Copyright 2021-2022 The MathWorks, Inc.
44
stlfilename = 'abbyumi_finger.STL';
55
finger_ptCloud = stlread('abbyumi_finger.STL');
66

-1.1 KB
Binary file not shown.

Robots/abbYuMi/Models/sm_abbYuMi_trajectory_plot1pathvz.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%
44
% Plots path and vertical speed of boxes
55
%
6-
% Copyright 2021 The MathWorks, Inc.
6+
% Copyright 2021-2022 The MathWorks, Inc.
77

88
% Generate simulation results if they don't exist
99
if ~exist('simlog_sm_abbYuMi_trajectory', 'var')

Robots/abbYuMi/Models/sm_abbYuMi_trajectory_waypoints.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%% Generate joint angle waypoints for sm_abbYuMi model using inverse kinematics
2-
% Copyright 2021 The MathWorks, Inc.
2+
% Copyright 2021-2022 The MathWorks, Inc.
33

44
%% Load model and generate kinematic solver object
55
sys = 'sm_abbYuMi_trajectory';

0 commit comments

Comments
 (0)