zdzhaoyong/GSLAM

Help for using GSLAM via python3

ChenHoy opened this issue · 6 comments

Hello and thank you for your work!

I want to use GSLAM via Python3 and fail to understand the install. I am able to build the project via cmake, but I cannot install via pip3.
When using pip3 install GSLAM I get the following error:
ERROR: Could not find a version that satisfies the requirement GSLAM (from versions: none)
ERROR: No matching distribution found for GSLAM

So then I tried via the provided setup.py file but I cannot find any module to import.

What am I doing wrong and why can I not install via pypy?

Thank you for any help!

朋友你好!我想请教一下您这边是如何解决解决gslam系统python安装和使用的相关问题。 @ChenHoy

I have not found any solution. @AcresJoe1
I would like the authors to clarify this, since I am not sure how Svar works. But as of now, there are no working bindings for the C++ Code...

It should work just use pip3 in the TopDir of GSLAM:

pip3 install .

By the way, I only tested this in mint 18, which should be the same in Ubuntu 16.04.
The python interface is still experimental and I will working on it later.

For more information about the bindings, please see Svar https://github.com/zdzhaoyong/Svar

我没有找到任何解决方案。@ AcresJoe1
我希望作者澄清这一点,因为我不确定Svar的工作方式。但是到目前为止,C ++代码尚无有效的绑定...
好的 谢谢你

@zdzhaoyong thank you very much for your help !

Alguien ya encontro alguna solucion para poder instalarlo a traves de python?