You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm developing an iOS app using rtabmap 0.21.6.
I'm experiencing an issue where loading saved data takes excessively long. When I open the data, a "Loading" popup appears on the screen (Loading "file_name.db". Please wait while point clouds and/or meshes are created...), and it takes several minutes to load. The loading time doesn't seem to depend on the data size. Even with small data files under 5 MB, it takes 2-3 minutes.
In comparison to the rtabmap app downloaded from the App Store, which loads data within seconds, the code I'm working on takes several minutes. I haven’t changed any default parameters.
All I can observe is that after several minutes of loading, the following log appears in Xcode once the saved data finishes loading:
[1;33mFailed to find match for field 'rgb'.
[0;mState: STATE_VISUALIZING
Do you have any suggestions? Thank you.
The text was updated successfully, but these errors were encountered:
Even if it was recreating the individual meshes, for 5 MB database, it should take seconds. It is hard to tell what is happening in your case. I would add some logs under that function
Hi, I'm developing an iOS app using rtabmap 0.21.6.
I'm experiencing an issue where loading saved data takes excessively long. When I open the data, a "Loading" popup appears on the screen (Loading "file_name.db". Please wait while point clouds and/or meshes are created...), and it takes several minutes to load. The loading time doesn't seem to depend on the data size. Even with small data files under 5 MB, it takes 2-3 minutes.
In comparison to the rtabmap app downloaded from the App Store, which loads data within seconds, the code I'm working on takes several minutes. I haven’t changed any default parameters.
All I can observe is that after several minutes of loading, the following log appears in Xcode once the saved data finishes loading:
[1;33mFailed to find match for field 'rgb'.
[0;mState: STATE_VISUALIZING
Do you have any suggestions? Thank you.
The text was updated successfully, but these errors were encountered: