You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getModels.py produces errors that don't seem to affect the functionality of getModels.py but sure are annoying.
The error that I have is as follows:
[ERROR] [1593596064.687871041, 14.401000000]: GetModelState: model [<member 'name' of 'GazeboModel' objects>] does not exist
This error repeats each time that the getModels.pymain loop loops. It seems like this is because of models object iterator defined here will get an extra array that isn't explicetly defined in the lines here.
The text was updated successfully, but these errors were encountered:
getModels.py
produces errors that don't seem to affect the functionality ofgetModels.py
but sure are annoying.The error that I have is as follows:
This error repeats each time that the
getModels.py
main loop loops. It seems like this is because of models object iterator defined here will get an extra array that isn't explicetly defined in the lines here.The text was updated successfully, but these errors were encountered: