0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

orbslam3 build on mac 備忘録

Posted at

そもそも Thirdparty/g2o あたりで 

とかのインクルードで怒られるので、(boost)関連の依存関係。

これらは
https://github.com/matheecs/ORB_SLAM2_MacOS
ここらへんの mac でビルドできるようにしてあるorbslam2系の
Thirdparty/g2o をそのままコピー、上書きするとうまくいくような気がする。

また、openssl が見つからないエラーに関しては、
brew install openssl && brew link openssl
を実行、これでも言われる時は、

find /usr -name "openssl*"

で見つけたinclude path を、 /usr/local/include/openssl

にシンボリックリンクすることで解決。
https://shinshin86.hateblo.jp/entry/2016/07/18/082624 ここを参考にさせていただいた。

fatal error: 'stdint-gcc.h' file not found
に関しては少し調査中。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?