rtabmap_slam with multi cores

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

rtabmap_slam with multi cores

dinossht
Does rtabmap_slam use multiple cores? For instance with icp_matching using point cloud data etc?
Reply | Threaded
Open this post in threaded view
|

Re: rtabmap_slam with multi cores

matlabbe
Administrator
For ICP, you can look in libpointmatcher repo, it seems if it is built with OpenMP or OpenCL, there are some parallel optimizations that can be done.
Reply | Threaded
Open this post in threaded view
|

Re: rtabmap_slam with multi cores

dinossht
What about graph optimization, is that parellellized? Should I look into g2o or gtsam for that?
Reply | Threaded
Open this post in threaded view
|

Re: rtabmap_slam with multi cores

matlabbe
Administrator
Yeah, for graph optimization, if you find some parallelization options with g2o or GTSAM, let me know!