Clear Filters
Clear Filters

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

7 views (last 30 days)
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.

Answers (1)

Jagadeesh Konakalla
Jagadeesh Konakalla on 30 Sep 2022
Moved: Remo Pillat on 23 May 2024
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.

Categories

Find more on Publishers and Subscribers in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!