Error due to variable size input in R2022a but model works fine in R2020a
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Jagadeesh Konakalla
le 30 Sep 2022
Déplacé(e) : Remo Pillat
le 23 Mai 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 commentaires
Voir également
Catégories
En savoir plus sur Specialized Messages dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!