ucla-vision / xivo

X Inertial-aided Visual Odometry
Other
852 stars 120 forks source link

Cmake error from Pangolin when run build.sh #21

Closed duyanwei closed 2 years ago

duyanwei commented 3 years ago

ISSUE

CMake complains that

-- Checking for module 'xkbcommon'
--   No package 'xkbcommon' found

when running ./build.sh

Solution

It seems to be a bug in Pangolin, and they already have it fixed.

https://github.com/stevenlovegrove/Pangolin/pull/565

It would be great if you can update it accordingly.

stephanietsuei commented 2 years ago

Done. Pangolin was updated to the latest release in #27.