-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terminate called after throwing an instance of 'rv::XmlError' #3
Comments
This usually happens when the XML configuration file is malformed. Ensure that the xml files are well formed. Try a validation tool, like https://www.xmlvalidation.com/, to validate the xml. If the error is still thrown, even with a valid xml file, let me know and I will try to figure out what's the reason. |
@jbehley I checked the XML file without a problem |
Hmmm, it's hard to guess what might be the problem. Either you try to directly call the
if this does not help, could you start the
It seems that there is some problem with parsing the |
@jbehley According to what you say, I can use it already. |
This is currently not supported. How did you solve the problem with the xml? Did you start the visualizer explicitly with the path to the configuration xml? |
yes ! I use directly ./visualizer /path/to/config/default.xml Is there any way I can export 3D map model? |
As mentioned earlier. We do not support exporting of the map. |
OpenGL Context Version 4.5 core profile
GLEW initialized.
OpenGL context version: 4.5
OpenGL vendor string : NVIDIA Corporation
OpenGL renderer string: GeForce GTX 1060/PCIe/SSE2
terminate called after throwing an instance of 'rv::XmlError'
what(): Error while parsing in line 1
The text was updated successfully, but these errors were encountered: