当前位置:网站首页>CarSim simulation quick start (16) - ADAS sensor objects of CarSim sensor simulation (2)
CarSim simulation quick start (16) - ADAS sensor objects of CarSim sensor simulation (2)
2022-07-25 19:58:00 【Senior brother Xiaoming】
VS Command and calculation order VS Commands and the Sequence of Calculations
As mentioned earlier , The motion of moving objects can use built-in configurable functions SPEED_TARGET To get speed , And use LTARG To get the lateral position relative to the path . perhaps , Can use with VS Command to add import variables and / Or equations specify motion and position .
Calculation per time step Calculations made each time step
Every time step , The calculation sequence of the whole simulation test ( Related to moving objects ) as follows :
1. All state variables calculated from differential equations are known , Because they are calculated at the end of the last time step .
2. All imported variables are from Simulink Wait for external software to get .
3. Deal with all EQ_IN equation .
4. Handle all built-in equations , To obtain all built-in outputs and derivatives of the vehicle model and all moving objects . Again , all EQ_DYN The equations are treated .
5. Will handle all EQ_OUT Equations and EQ_DIFFERENTIAL equation .
6. Copy all the output activated for export for export .
7. Yes ODE Perform numerical integration to obtain the state variable of the next step .
Given this order , You should use EQ_IN Command to add any equation that directly affects the position variable , So that the new location takes effect before other calculations . On the other hand , You can combine the velocity equation with EQ_OUT or EQ_DIFFERENTIAL Add up , Because until the 6 Step before using speed . By waiting until the 5 Step , Can be used involving in the 4 The formula of the variable calculated in step .
Calculations performed during initialization Calculations made during initialization
start-up VS When the solver , Preparations for starting simulation ( Related to moving objects ) as follows :
<边栏推荐
- 03-树1 树的同构
- C merge set
- Selenium runs slowly - speed up by setting selenium load policy
- How to get started quickly in software testing
- The query data returned by the print database is null or the default value. Does not match the value returned by the database
- Scala foundation [set 01]
- Stochastic gradient descent method, Newton method, impulse method, adagrad, rmsprop and Adam optimization process and understanding
- Google pixel 6A off screen fingerprint scanner has major security vulnerabilities
- C语言学习日记3——realloc函数
- Recommendations on how to install plug-ins and baby plug-ins in idea
猜你喜欢

Research and application of servo driver in robot

sentinel简单限流和降级demo问题记录

wallys//IPQ5018/IPQ6010/PD-60 802.3AT Input Output 10/100/1000M

How does tiktok break zero?

Is there a "fingerprint" in the structure of AAAI 2022 | Gan? Generating network structure from forged image traceability

wallys//wifi6 wifi5 router IPQ6018 IPQ4019 IPQ4029 802.11ax 802.11ac

一元函数积分学_分部积分法

随机梯度下降法、牛顿法、冲量法、AdaGrad、RMSprop以及Adam优化过程和理解

Add a subtitle of 3D effect to the container

Network data request for wechat applet development
随机推荐
PreScan快速入门到精通第十八讲之PreScan轨迹编辑的特殊功能
[Infographics Show] 248 Public Domain Name
Legal mix of collations for operation 'Union' (bug record)
Mindspore1.1.1 source code compilation and installation -- errors in the core compilation stage
what is qml in qt
Distributed link logging minbox logging usage document
Connecting to the database warning establishing SSL connection without server's identity verification is not recommended
CarSim仿真快速入门(十六)—CarSim传感器仿真之ADAS Sensor Objects (2)
Sentinel simple current limiting and degradation demo problem record
tiktok手机网络环境怎么设置?tiktok怎么破播放量?
tiktok如何破零播放?
Ml programming skills:
NPM semantic version control, solution console prop being mutated: "placement" error
Illegal mix of collations for operation ‘UNION‘(bug记录)
How to get started quickly in software testing
滑雪手机端H5小游戏源码下载
Detailed explanation of three methods of selenium setting element waiting
How to ensure the quality of customized slip rings
Concept of IP address
Basic practice of Blue Bridge Cup - shape retrieval of matrix (C language)