Skip to content

Commit 0f7d25f

Browse files
committed
Initial commit R2025a
1 parent 576a566 commit 0f7d25f

File tree

55 files changed

+56
-56
lines changed

Some content is hidden

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

55 files changed

+56
-56
lines changed

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-2024 The MathWorks, Inc.
2+
% Copyright 2021-2025 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-2024 The MathWorks, Inc.
2+
% Copyright 2021-2025 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-2024 The MathWorks, Inc.
2+
% Copyright 2021-2025 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-2024 The MathWorks, Inc.
3+
% Copyright 2021-2025 The MathWorks, Inc.
44
stlfilename = 'abbyumi_finger.stl';
55
finger_ptCloud = stlread('abbyumi_finger.stl');
66

1.87 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-2024 The MathWorks, Inc.
6+
% Copyright 2021-2025 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-2024 The MathWorks, Inc.
2+
% Copyright 2021-2025 The MathWorks, Inc.
33

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

Robots/abbYuMi/Models/startup_sm_abbYuMi_trajectory.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% Set up sm_abbYuMi_trajectory.slx
2-
% Copyright 2021-2024 The MathWorks, Inc.
2+
% Copyright 2021-2025 The MathWorks, Inc.
33

44
% Change to directory of model
55
cd(fileparts(which(mfilename)))

Robots/abbYuMi/sm_robotexample_import_abbYuMi.m

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

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

Robots/amrPioneer3AT/sm_robotexample_import_amrPioneer3AT.m

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

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

0 commit comments

Comments
 (0)