uoip / g2opy

Python binding of SLAM graph optimization framework g2o
668 stars 176 forks source link

ImportError: cannot import name 'AngleAxis' from 'g2o' #68

Open foxkw opened 2 years ago

foxkw commented 2 years ago
from g2o import AngleAxis

ImportError: cannot import name 'AngleAxis' from 'g2o' (unknown location)

How should I solved it ?

Quest2GM commented 2 years ago

Does import g2o work? If it doesn't, then the problem is with the installation of g2o.