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

Rtabmap on Android devices #1281

Open
Genozen opened this issue May 15, 2024 · 3 comments
Open

Rtabmap on Android devices #1281

Genozen opened this issue May 15, 2024 · 3 comments

Comments

@Genozen
Copy link

Genozen commented May 15, 2024

Hello, I'm comparing the ios and android version of the Rtabmap and noticed something interesting on the android phones (Samsung galaxy cover6 pro):

image

image

Sometimes the pose jitters a lot. I've searched around the issues and forums but have not seen related mention about this.

Any idea as to why this happens?

@matlabbe
Copy link
Member

Which version are you using? It looks like the pose is jumping between two referentials, there could be a bug. We do offset the origin of the received pose, maybe there is a offset missing sometimes. Let me know which APK you are using.

@Genozen
Copy link
Author

Genozen commented May 20, 2024

@matlabbe I used the tutorial from here is: https://github.com/introlab/rtabmap/wiki/Installation#rtab-map-arcore-apk. Not sure which APK this would be, but I'm assuming it's the latest?

@matlabbe
Copy link
Member

Reproduced with ARCore-Java driver by moving fast:

If we move slow it is fine:

There could be a bug on how arcore localizations are filtered, causing the back-and-forth jumps. In commit above, I disabled that filtering feature by default. On your version without reinstalling, you can change this setting under Mapping section below:

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