You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had encountered this problem too.
seems there are something wrong with pip installation. try build the python module from source:
git clone the repo
use the pip install -U --user -v . command to build
add the dynamic link lib path to your system variable LD_LIBRARY_PATH, e.g. export LD_LIBRARY_PATH=/your/g2o/dynamic/link/lib/path:$LD_LIBRARY_PATH, for me, it was export LD_LIBRARY_PATH=/home/jrl/.local/lib:$LD_LIBRARY_PATH
Cannot run https://github.com/miquelmassot/g2o/blob/c0c3e4736ce8bdaa4939569fe635dfb6f894534e/python/examples/ba_demo.py because pip installation is missing LinearSolverCholmodSE3.
Workaround: replaced it with LinearSolverEigenSE3.
The text was updated successfully, but these errors were encountered: