Output Error of ultrasonic​DetectionG​enerator in Simulink

76 次查看(过去 30 天)
The measurement error that occurred previously is no longer happening.
If no input is provided to the Scenario Reader, no errors occur.
However, when I start providing values through parkEgo in the Scenario, the ultrasonicDetectionGenerator fails to produce any output and continuously encounters errors.
The simulation does not terminate due to the error, but it remains stuck without producing any output, and when I press ctrl+c in the Matlab command window, it always shows an error in the Implement of ultrasonicDetectionGenerator.
Due to the above issue, I am currently using the prerelease version 2024b.
시뮬레이션 중에 오류가 발생하여 시뮬레이션이 종료되었습니다
원인:
An error occurred during the simulation, causing it to terminate.
Cause:
  • An error occurred in the MATLAB System block 'AIV_robot/Environment/Simulation/Ultrasonic Sensor Processing/Ultrasonic5' while calling the 'stepImpl' method of 'ultrasonicDetectionGenerator'.
  • Program interruption (Ctrl+C) was detected.
  6 个评论
Angelo Yeo
Angelo Yeo 2024-7-20,23:37
I found some issues in your Simulink model and fixed it. It runs okay in R2024b Prerelease. Can I contact you via email?
정호 윤
정호 윤 2024-7-21,2:58
编辑:Angelo Yeo 2024-7-21,3:34
Thank you very much for your assistance!
My email address is ...
(Edited by Angelo and removed the email address for privacy purpose)

请先登录,再进行评论。

采纳的回答

Angelo Yeo
Angelo Yeo 2024-7-22,2:33
First, please check if the path to scenario file for Scenario Reader is correct. The reason you ran into an error from "Ultrasonic Detector" block is that the block cannot receive proper scenarios and cannot generate bus variables out of them. Hence, you should check availability of the scenario file.
Second, the action value output from the Robot Controller is directly connected to the Environment, which creates an algebraic loop. To prevent this, please try adding a unit delay block to your current model.
If you take the above steps, you will see that the reinforcement learning agent gets trained without any problems.
You can find the fixed model in the attachment. Feel free to post further comments or questions if you have.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by