How to change path scenario (Bird's-Eye-Scope) in 'Lane Keeping Assist Test Bench' algorithm?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am Kim.
I wonder How to change path scenario (Bird's-Eye-Scope) in 'Lane Keeping Assist Test Bench' algorithm.
The code is under below.
Please refer to under picture.
%% Open System
open_system('LKATestBenchExample')
%% View Road
plotLKAInputs(scenario,driverPath)
%% Simulate Assisting a Distracted Driver
set_param('LKATestBenchExample/Enable','Value','1')
set_param('LKATestBenchExample/Safe Lateral Offset','Value','2')
%% Simulation
sim('LKATestBenchExample')
%% Plot
plotLKAResults(scenario,logsout,driverPath) % driver path
plotLKAPerformance(logsout) % To plot the controller performance, use the following command.
plotLKAStatus(logsout) % To view the controller status, use the following command.
---------------------------------------------------
How to change path scenario(Bird's-Eye-Scope) in 'Lane Keeping Assist Test Bench' algorithm?![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1302925/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1302925/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1302930/image.png)
Thank you.
Best regards.
0 comentarios
Respuestas (2)
Vanshika Vaishnav
el 9 de Mzo. de 2023
To get started, open the scope and click Find Signals. The scope updates the block diagram, finds signals representing aspects of the driving scenario, organizes the signals into groups, and displays the signals. You can then analyze the signals as you simulate, organize the signals into new groups, and modify the graphical display of the signals.
for more information, refer the below documentation on Bird's eye scope:-
2 comentarios
Xiaolan Guo
el 27 de Abr. de 2023
Hello,
Is there any solution to save the video or image in the "Birds Eyes scope" ?
Thanks!!!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1367574/image.png)
Gautam
el 7 de Nov. de 2024
Currently, Bird's-Eye Scope does not saves images or videos. However, recently, a playback feature was added that let's users Record and Replay Simulation Run.
ABDELKABIR
el 22 de Mayo de 2023
Hello
Is there any solution how to find this project or how to find it in matlab
Thank you!!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1390544/image.png)
0 comentarios
Ver también
Categorías
Más información sobre Verification, Validation, and Test en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!