Error due to variable size input in R2022a but model works fine in R2020a
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
Jagadeesh Konakalla
el 30 de Sept. de 2022
Movida: Remo Pillat
el 23 de Mayo de 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.
0 comentarios
Ver también
Categorías
Más información sobre Specialized Messages 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!