ORBSLAM code, use Eclipse to import project from cmake

Preconditions:

1, first we should make sure the compile with build.sh under ORB_SLAM2-master is OK.

2, then if we want to build debug version, we need to duplicate the build.sh to build_debug.sh and change the "-DCMAKE-BUILD_TYPE=Release"  to "-DCMAKE-BUILD_TYPE=Debug"

3, make sure build_debug.sh can also build pass.


It's convenient to use Eclipse to manage and build your code, in order to utilize Eclipse, we need to convert the project managed by cmake to project managed by Eclipse, how to do it?


1, at the same level as your ORB slam code, make dir "build_debug".

for example, your Slam code is at  ~/Downloads/larry/ORB2/ORB_SLAM2-master

then you need to create a dir : ~/Downloads/larry/ORB2/build_debug

the reason we don't create build_debug under ORB_SLAM2-master is that Eclipse doesn't support this kind of structure well right now.

2, 

$ cd ORB2

$ cd build_debug

$ cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug ../ORB_SLAM2-master

$ you will find the ".cproject" and ".project", which are the project files generated for Eclipse and can be used for later import from Eclipse.


3,

Eclipse import the project generated from cmake:

In Eclipse:

File -> Import -> General -> Existing Projects into Workspace -> Next

In "Import Projects" Dialogue, select "Select root directory" and import the generated eclipse project from "~/Downloads/larry/ORB2/build_debug"


4, Then we can build from Eclipse: 

    Click the button "Build Default" in Eclipse to build the whole project, pay attention to the Console output.


  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值