当前位置:网站首页>CarSim problem failed to start solver: path_ ID_ OBJ(X) was set to Y; no corresponding value of XXXXX?
CarSim problem failed to start solver: path_ ID_ OBJ(X) was set to Y; no corresponding value of XXXXX?
2022-07-02 08:07:00 【Jiang tengxia】
List of articles
It should be the problem that the number of paths does not match
One 、 Operation steps
In this case , I directly took the case list to modify
The map is for your own use VS Scene Builder There is only one new path
The initial map path in the case is 3 strip !( Red is the color of the vehicle , Green and blue are two bicycles )
Two 、 reason
From the above steps, we can see that the number of paths is obviously different ! and Home( main interface ) Next to pedestrians 、 The cyclist set the path .
But the file I imported has only one path , That is, pedestrians before 、 The path bound by the bicycle driver is on the other two-day path , But now it is deleted , So the following error will be reported .
Error reported by S-function 'vs_sf' in 'Demo_Simulink_1/CarSim S-Function':
Failed to start Solver: PATH_ID_OBJ(1) was set to 3; no corresponding value of PATH_ID could be found.
3、 ... and 、 How to solve ?
1、 Add pedestrians 、 Some additional objects related to the path, such as bicycles, are deleted .
1> Back to main page , hold Red box
Remove the circled ones .
2、 Put pedestrians 、 The path of objects such as bicycles ID Change to the path contained in the path file ID.
Although we import .vsscene There is only one way for documents , But on top of it Pedestrians at Cross Walk, City
The column also defines a road section , So there are two paths . For more obvious verification results , We put pedestrians , The path of the bicycle ID Set to 1( Consistent with the vehicle path ).
The first picture is in Home On the left side of the interface .
3、 go back to Home, Conduct simulink Simulation , give the result as follows :
You can see the vehicle , Pedestrians , Bicycles move based on the path of their imported path file !
The problem is solved !
Four 、 summary
Similar problems encountered , The first consideration is additional Object
The path of ID There is a problem .
If you feel useful, please give me a compliment before you leave !
边栏推荐
- 【MnasNet】《MnasNet:Platform-Aware Neural Architecture Search for Mobile》
- open3d学习笔记三【采样与体素化】
- 简易打包工具的安装与使用
- Eklavya -- infer the parameters of functions in binary files using neural network
- 用全连接层替代掉卷积 -- RepMLP
- OpenCV常用方法出处链接(持续更新)
- 图像增强的几个方法以及Matlab代码
- 利用超球嵌入来增强对抗训练
- Using super ball embedding to enhance confrontation training
- [binocular vision] binocular correction
猜你喜欢
Carsim-问题Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?
Open3d learning note 3 [sampling and voxelization]
How to back up the configuration before the idea when reinstalling the idea
Vscode下中文乱码问题
Array and string processing, common status codes, differences between PHP and JS (JS)
[learning notes] matlab self compiled image convolution function
【MagNet】《Progressive Semantic Segmentation》
【MnasNet】《MnasNet:Platform-Aware Neural Architecture Search for Mobile》
OpenCV 6.4 中值滤波器的使用
Command line is too long
随机推荐
Prompt 范式简述
Jupyter Notebook常用快捷键(在命令模式中按H也可查看)
CVPR19-Deep Stacked Hierarchical Multi-patch Network for Image Deblurring论文复现
Replace self attention with MLP
浅谈深度学习模型中的后门
On the back door of deep learning model
Real world anti sample attack against semantic segmentation
Matlab数学建模工具
最长等比子序列
关于原型图的深入理解
樂理基礎(簡述)
Organigramme des activités
I'll show you why you don't need to log in every time you use Taobao, jd.com, etc?
Simply test the two different data transmission methods of content length and chunked
包图画法注意规范
Feature Engineering: summary of common feature transformation methods
Brief introduction of prompt paradigm
In the era of short video, how to ensure that works are more popular?
Network metering - transport layer
Replace convolution with full connection layer -- repmlp