Ignacio Montesino Valle

Results 2 comments of Ignacio Montesino Valle

Rebuild g2o following the steps described in `install.sh`, especially the lines: ``` cmake .. -DCMAKE_INSTALL_PREFIX=$G2O_REPO_DIR/install -DG2O_BUILD_EXAMPLES=OFF nice make -j2 install ```

This was due to an error in tinyxml2 installation which prevents `find_package()` from finding the library. The new module version in #1366 should work for you. Can you confirm that...