|
sudo apt install libgoogle-glob-dev |
I think should be libgoogle-glog-dev
Also, it can be useful to add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to the Sophus and gtsam cmake commands to build with newer versions of CMAKE, and use the generic make -j$(nproc)
SuperOdom/readme.md
Line 126 in 3f35d67
I think should be
libgoogle-glog-devAlso, it can be useful to add
-DCMAKE_POLICY_VERSION_MINIMUM=3.5to the Sophus and gtsamcmakecommands to build with newer versions of CMAKE, and use the genericmake -j$(nproc)