Closed konduri closed 3 years ago
I think you may find many other issues trying to use spaces within names on Gazebo-classic. My recommendation is not to have spaces so you can avoid other problems. Here are some related issues:
(for reference, we have good support for names with spaces on Ignition)
This issue seems to be a duplicate of #160. I'll close this one and keep the conversation there.
Trying to webify a model call "floor_Living room"with following model.sdf breaks during webifying. The model comes up without any issue in gzclient.
When webifying the above model, we encounter the following error. It appears that when parsing through the models, gzweb doesnt handle model names with spaces in them. "floor_living room" is considered as "room" and breaks the webification.
Specifically this line: https://github.com/osrf/gzweb/blob/master/webify_models_v2.py#L65