Skip to content

Commit 44cf34e

Browse files
author
fukuchi_n
committed
change filterActorPose.m directory
1 parent 67923e9 commit 44cf34e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
-2 Bytes
Binary file not shown.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Below is a description of the main files (prefix "EN_" means English and "JP_" m
2424
- **handsOn06_2_handsOn06_2_simulaitonPathFollowing14DoF_CRG**: similar example to "handsOn06_simulaitonPathFollowing14DoF.mlx" but not 2D Look up table but CRG file is used for ground height reading
2525
- **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.
2626
- **handsOn08_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-
- **handsOn09_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.
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.
2828
- **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.)
2929

3030
## Setup
@@ -54,6 +54,7 @@ MATLAB and RoadRunner versions must match. If you have installed different versi
5454
- Stateflow® (only needed when runnning handsOn07*)
5555
- Control System Toolbox™ (only needed when runnning handsOn08*)
5656
- Model Predictive Control Toolbox™ (only needed when runnning handsOn08*)
57+
- Powertrain Blockset™ (only needed when running `handsOn09*)
5758
- 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)
5859

5960
<!-- This is the "Title of the contribution" that was approved during the Community Contribution Review Process -->
@@ -76,7 +77,7 @@ MATLAB and RoadRunner versions must match. If you have installed different versi
7677
- **handsOn06_2_simulaitonPathFollowing14DoF_CRG.mlx**: handsOn06_simulaitonPathFollowing14DoF.mlxとほとんど同じ例題だが、路面高さの読出しをCRGファイルより実施
7778
- **handsOn07_simulaitonPathFollowingMultibody.mlx**: RoadRunner ScenarioReaderブロックより車速や軌跡情報を取得し、作成した軌跡通りに車両が追従するSimulinkモデルを体験。車両ダイナミクスとしてSimspace Multibodyのモデルを使用するサンプル。
7879
- **handsOn08_handsOn08_controlComparison.mlx**: RoadRunner ScenarioReaderブロックより車速や軌跡情報を取得し、Stanley制御での軌跡追従とModel Predictive Controlでの軌跡追従を比較するサンプル。
79-
- **handsOn09_handsOn09_eV_FuelEfficiency.mlx**: RoadRunnerより参照軌跡と参照速度を取得し、パワートレインをシミュレーションするサンプル。EVの電費(ガソリン車の燃費相当)やトルクなどを可視化。
80+
- **handsOn09_EV_FuelEfficiency.mlx**: RoadRunnerより参照軌跡と参照速度を取得し、パワートレインをシミュレーションするサンプル。EVの電費(ガソリン車の燃費相当)やトルクなどを可視化。
8081
- **suppelement/CP_estimation_fromTIR/sample_estCP.mlx**: TIRファイルよりマジックフォーミュラで表現されたタイヤ特性を可視化し、線形領域よりコーナリングパワー(CP)を算出するプログラム。(stanley制御の制御パラメータとしてフロントCPが必要。)
8182

8283
<!--- If you mention any trademarks, all MathWorks&reg; (including MATLAB&reg;) and 3rd party trademarks&trade; need to be correctly marked the first time they are prominently used in each file (including the README.MD). --->
@@ -127,6 +128,7 @@ MATLABとRoadRunnerのversionは揃える必要があるため、異なるversio
127128
- Stateflow (handsOn07*実行時のみ必要)
128129
- Control System Toolbox (handsOn08*実行時のみ必要)
129130
- Model Predictive Control Toolbox (handsOn08*実行時のみ必要)
131+
- Powertrain Blockset; (handsOn09*実行時のみ必要)
130132
- MATLAB Support for MinGW-w64 C/C++/Fortran Compiler (Add-Onsエクスプローラより導入。Visual Studioなどその他対応コンパイラがない場合に必要。)
131133
<!---
132134
### MathWorks Products (https://www.mathworks.com)

0 commit comments

Comments
 (0)