You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Below is a description of the main files (prefix "EN_" means English and "JP_" m
25
25
-**handsOn07_simulaitonPathFollowingMultibody.mlx**: Use the RoadRunner ScenarioReader to obtain speed and trajectory information, and then experience a Simulink model in which the vehicle follows the cretaed trajectory. This is a sample that uses a Simscape Multibody model for vehicle dynamics.
26
26
-**handsOn08_controlComparison.mlx**: Use the RoadRunner ScenarioReader to obtain speed and trajectory information, and compares trajectory tracking using Stanley control and Model Predictive Control.
27
27
-**handsOn09_EV_FuelEfficiency.mlx**: Sample that retrieves the reference trajectory and reference speed from RoadRunner and simulates the powertrain. Visualizes EV energy consumption (equivalent fuel economy for gasoline vehicles), torque, and other parameters.
28
+
-**handsOn10_simulationSpeedUp**: Sample that speed up the simulation performance by building slx with ready-to-run package
28
29
-**suppelement/CP_estimation_fromTIR/sample_estCP.mlx**: A program that visualizes tire characteristics represented by the Magic Formula from a TIR file, and calculates the cornering power (CP) from the linear region. (Front CP is required as a control parameter for Stanley control.)
29
30
30
31
## Setup
@@ -55,6 +56,7 @@ MATLAB and RoadRunner versions must match. If you have installed different versi
55
56
- Control System Toolbox™ (only needed when runnning handsOn08*)
56
57
- Model Predictive Control Toolbox™ (only needed when runnning handsOn08*)
57
58
- Powertrain Blockset™ (only needed when running `handsOn09*)
59
+
- Simulink Coder™ (only needed when running `handsOn10*)
58
60
- MATLAB Support for MinGW-w64 C/C++/Fortran Compiler (You can add this by Add-Ons explorer. If your environment doesn't have any other compiler like Visual Studio)
59
61
60
62
<!-- This is the "Title of the contribution" that was approved during the Community Contribution Review Process -->
@@ -78,6 +80,7 @@ MATLAB and RoadRunner versions must match. If you have installed different versi
<!--- If you mention any trademarks, all MathWorks® (including MATLAB®) and 3rd party trademarks™ need to be correctly marked the first time they are prominently used in each file (including the README.MD). --->
0 commit comments