GSORF / Visual-GPS-SLAM

This is a repo for my master thesis research about the Fusion of Visual SLAM and GPS. It contains the research paper, code and other interesting data.
GNU General Public License v3.0
300 stars 84 forks source link

Add-on installation problem #7

Closed lizeyu000-code closed 2 years ago

lizeyu000-code commented 2 years ago

Hi! I am really interested in using your add-ons in Blender. When I install the add-on, it has the following error. Could you give me some hints about this?

image

The error occurs on:

image

GSORF commented 2 years ago

Hi @lizeyu000-code,

Thank you for telling me about the issue. I will try to reproduce the error. Could you please tell me what Blenderversion your are using? Is it still version 2.80? you can check it on the bottom right in Blender.

Also which python script did you choose from my repository? I have updated my addon for Blender 3.x but maybe the most recent version is not yet supported. If you can provide me the answers I will try to reproduce your error.

Also please do not install the addon via the user preferences but load it into the script editor and run the script.

Kind regards, Adam

lizeyu000-code commented 2 years ago

These errors occur when I use them via user preference. But when I copy the lines from addon_vslam_groundtruth_Blender280.py, and run it in the scripting window, and click "run script". Nothing shows up, and no warings or errors shows up.

Blender shows like this: image

The blender version I use is 2.80.75. and I tried the python script of 2.80, which is addon_vslam_groundtruth_Blender280.

I just wonder if I did the incorrect operation on blender. Appreciated that if any suggestions.

Thank you very much! Zeyu Li

GSORF commented 2 years ago

Hi Zeyu,

Ok, that's a good sign, that you are not getting any errors! From your screenshot it looks like you now just have to go to the "Scene" settings in the properties window (lower right corner, Icon with the cone, sphere and dot). You can check my explanation in the README here and compare my screenshot: https://github.com/GSORF/Visual-GPS-SLAM#installation

Hope this helps! Feel free to ask if anything is still unclear. Also, if you can, you may want to update to Blender 3 to have the most recent version of my addon.

Kind regards, Adam

lizeyu000-code commented 2 years ago

Thank you very much! The add-on works. I am still trying to import new models in Blender to make the simulation real.

GSORF commented 2 years ago

Great to read that @lizeyu000-code - would love to hear from you again if there are any updates on your project. Feel free to re-open another issue if you have any problems with my addon.

Wish you success on your projects and kind regards, Adam