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.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.
getModels.pyproduces errors that don't seem to affect the functionality ofgetModels.pybut sure are annoying.The error that I have is as follows:
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.