G2O編譯注意事項

2021-10-03 14:11:08 字數 268 閱讀 5496

/usr/local/include/g2o/solvers/csparse/csparse_extension.h:27:16: fatal error: cs.h: 沒有那個檔案

直接用

sudo apt install libsuitesparse-dev
就好了, g2o的cmakelist寫了在編譯時查詢cparse,如果沒有會編譯external裡的,用它的時候就會找不到,就要自己寫路徑了,怪麻煩的。

參考:

Android編譯注意事項

1 make bootimage 編譯生成kernel.img和boot.img的整合 會在out目錄下生成以下檔案。target ram disk out target product em t8350 emmc ramdisk.img target boot image out target p...

PHP FPM編譯注意事項

configure prefix usr local php 32bit with apxs2 usr local apache2 32 bin apxs with zlib with gd enable mbstring with mysql usr local mysql5 32bit with...

g2o學習 g2o整體框架

進來對g2o優化庫進行了學習,雖然才模仿著寫了兩個例程,但是對於整個g2o的理解和使用方面還是多了不少的感觸,特此寫下部落格,對這些天的學習進行記錄。說到整體的結構,不得不用一張比較概括的圖來說明 這張圖最好跟著畫一下,這樣能更好的理解和掌握,例如我第一次看的時候根本沒有注意說箭頭的型別等等的細節。...