Error due to variable size input in R2022a but model works fine in R2020a

6 次查看(过去 30 天)
I get the following error when i try to run the model that has already been tried and tested in a different MATLAB version (R2020a):
'Input signal at port 6 for "CarlaRosMatlab_LaneDetection/MATLAB System1" is a variable-size signal, but System object "LaneDetection" indicates that it expects a fixed-size input signal. Connect the input port to a fixed-size signal, or add/modify the 'isInputSizeMutableImpl' method to allow variable-size input signal'
I am using version R2022a. Since no changes have been made to the model and source code, i cannot figure out the issue. Is version mismatch causing this?
I would appreciate any help on this.

回答(1 个)

Jagadeesh Konakalla
移动:Remo Pillat 2024-5-23
Hi Amrita,
From R2020b release onwards, the backend is changed to C++ from Java for better performance. Ths may be the reason for the issue that you observe.
Please see the following link for working with variable size signals in ROS.
Please share the model to reproduce the issue on your end. I would suggest you to contact us through the MathWorks Technical support as we may require more data to debug the issue.
Thanks,
Jagadeesh K.

类别

Help CenterFile Exchange 中查找有关 Publishers and Subscribers 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by