Skip to content

Commit

Permalink
v2p14. Compatible with MF-Swift v2212, updated hardpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
smiller01985 committed Mar 19, 2023
1 parent cde5197 commit 8c67f2d
Show file tree
Hide file tree
Showing 164 changed files with 488 additions and 218 deletions.
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="28727d18-c61e-4ad0-97da-d16cf001687d"/>
</Category>
</Info>
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info/>
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="28727d18-c61e-4ad0-97da-d16cf001687d"/>
</Category>
</Info>
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="28727d18-c61e-4ad0-97da-d16cf001687d"/>
</Category>
</Info>
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info/>
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="28727d18-c61e-4ad0-97da-d16cf001687d"/>
</Category>
</Info>
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="28727d18-c61e-4ad0-97da-d16cf001687d"/>
</Category>
</Info>
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info Ref="Libraries/Vehicle/Linkage/Shock" Type="Relative"/>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Dampers/Damper/sm_car_data_Damper_Linear.xlsx
Binary file not shown.
Binary file modified Libraries/Vehicle/Dampers/Damper/sm_car_data_Damper_Nonlinear.xlsx
Binary file not shown.
Binary file modified Libraries/Vehicle/Harness/Body/sm_car_harness_body_to_world.slx
Binary file not shown.
Binary file modified Libraries/Vehicle/Harness/Linkage/sm_car_harness_linkage.slx
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/DW_A/Linkage_DW_A.slx
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/DW_A/sm_car_data_Linkage_DW_A.xlsx
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/DW_B/Linkage_DW_B.slx
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/DW_B/sm_car_data_Linkage_DW_B.xlsx
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/DW_Decoupled/Linkage_DW_Decoupled.slx
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/DW_PushUA/Linkage_DW_PushUA.slx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/Link5C_S2LAF/Linkage_Link5C_S2LAF.slx
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/Link5_S2LAF/Linkage_Link5_S2LAF.slx
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/Link5_S2LAR/Linkage_Link5_S2LAR.slx
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/Linkage_Decoupled_Systems.slx
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/Linkage_Systems.slx
Binary file not shown.
Binary file not shown.
Binary file added Libraries/Vehicle/Linkage/Shock/Linkage_Shock.slx
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/SpLA_S2LAF/Linkage_SpLA_S2LAF.slx
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/SpLA_S2LAR/Linkage_SpLA_S2LAR.slx
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/Suspension_Linkage.slx
Binary file not shown.
Binary file modified Libraries/Vehicle/Linkage/Suspension_Linkage_Decoupled.slx
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Vehicle/Springs/Spring/sm_car_data_Spring_Decoupled.xlsx
Binary file not shown.
Binary file modified Libraries/Vehicle/Springs/Spring/sm_car_data_Spring_Linear.xlsx
Binary file not shown.
Binary file modified Libraries/Vehicle/Springs/Spring/sm_car_data_Spring_Nonlinear.xlsx
Binary file not shown.
Binary file modified Libraries/Vehicle/Steer/Rack/sm_car_data_Steer_Rack.xlsx
Binary file not shown.
Binary file modified Libraries/Vehicle/Steer/Rack/sm_car_data_Steer_Rack_Column.xlsx
Binary file not shown.
Binary file modified Libraries/Vehicle/Steer/Rack/sm_car_testrig_steering.slx
Binary file not shown.
3 changes: 0 additions & 3 deletions Libraries/Vehicle/Tire/Data_TIR/Truck_430_50R38.tir
Expand Up @@ -92,9 +92,6 @@ $--------------------------------------------------------contact_patch
[CONTACT_PATCH]
Q_RA1 = 0.6715 $Square root term in contact length equation
Q_RA2 = 0.7308 $Linear term in contact length equation
Q_LBF = 1 $Length of basic function
Q_LOS1 = 0 $Basic function offset threshold
Q_LOS2 = 0.2 $Basic function offset scaling factor with basic function length
Q_RB1 = 1.0588 $Root term in contact width equation
ELLIPS_SHIFT = 0.8 $Scaling of distance between front and rear ellipsoid
ELLIPS_LENGTH = 1 $Semi major axis of ellipsoid
Expand Down
Binary file not shown.
5 changes: 4 additions & 1 deletion Libraries/Vehicle/Tire/MFSwift/sm_car_check_mfswiftversion.m
Expand Up @@ -8,6 +8,9 @@
bdclose('mfswift_simscape_library');

check_string = 'MF-Swift v';
NL = regexp(mask_descr, '[\n]');

vers_str_index = strfind(mask_descr,check_string)+length(check_string);

mfswift_ver = mask_descr(vers_str_index:vers_str_index+5);
%mfswift_ver = mask_descr(vers_str_index:vers_str_index+5);
mfswift_ver = mask_descr(vers_str_index:NL(end)-1);
Binary file modified Libraries/Vehicle/Tire/TireBody/TireBody_Models.slx
Binary file not shown.
Binary file modified Libraries/Vehicle/Utilities/Camera/sm_car_testrig_Camera.slx
Binary file not shown.
Binary file modified Libraries/Vehicle/Vehicle/Vehicle_Axle1_Testrig.slx
Binary file not shown.
Binary file modified Libraries/sm_car_lib.slx
Binary file not shown.
82 changes: 0 additions & 82 deletions Libraries/sm_car_lib_harnessInfo.xml

This file was deleted.

0 comments on commit 8c67f2d

Please sign in to comment.