Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources for Using RTAB-Map in iOS App Development #1342

Open
AyushBharadwaj opened this issue Sep 14, 2024 · 1 comment
Open

Resources for Using RTAB-Map in iOS App Development #1342

AyushBharadwaj opened this issue Sep 14, 2024 · 1 comment

Comments

@AyushBharadwaj
Copy link

Hello,

I am an iOS developer interested in integrating the RTAB-Map open-source C++ library into an iOS application. Could you please provide any available documentation, guidance, or resources that would assist in using RTAB-Map in an iOS environment?

Specifically, I am looking for information on the following:

  1. Setting up RTAB-Map for iOS.
  2. Any available bindings or wrappers for using C++ libraries in Swift/Objective-C.
@matlabbe
Copy link
Member

matlabbe commented Sep 16, 2024

We don't provide an interface library for swift/objective-c. There is an example of integration of RTAB-Map in iOS app here: https://github.com/introlab/rtabmap/tree/master/app/ios

To setup that project, see https://github.com/introlab/rtabmap/wiki/Installation#ios

In term of wrapper, while being very specific for the RTAB-Map iOS App, this swift class and these objective-c functions are doing the bridge between Swift < - > objective-c < - > c++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants