can rtabmap core directly compile by catkin_make

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

can rtabmap core directly compile by catkin_make

mantouRobot
Hi~
      Can rtabmap core directly compile by catkin_make? if can't, what should i do to compile by catkin_make?
      Thank u~
Reply | Threaded
Open this post in threaded view
|

Re: can rtabmap core directly compile by catkin_make

matlabbe
Administrator
Hi,

yes it could, but I find easier to install it like an independent library. To build a non-catkin cmake project, you have to use catkin_make_isolated tool. See REP-134.

cheers
Reply | Threaded
Open this post in threaded view
|

Re: can rtabmap core directly compile by catkin_make

mantouRobot
Very good, thank u so much~