gaoxiang12 / slambook2

edition 2 of the slambook
MIT License
5.41k stars 2k forks source link

ch5: fix joinMap compile error in ubuntu 20.04 #181

Open keineahnung2345 opened 3 years ago

keineahnung2345 commented 3 years ago

In Ubuntu 20.04, fmt is required. Also, the variable named fmt should be avoided:

xmba15 commented 2 years ago

@keineahnung2345 I think this can be solved by adding Sophus library as Sophus::Sophus instead of ${Sophus_INCLUDE_DIRS}.