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
From my experience, in 95% of cases of data collection sessions in data recording mode, I observe RTAB-Map app crashes after pressing the "stop" button.
The iPhone is configured to record data at maximum frequency.
This behaviour is observed on both iPhone 15 Pro and iPhone 12 mini.
[ANOTHER BUG]
If the iPhone battery level is slightly higher than 20%, one starts a data collection session in data recording mode, and then the battery level drops below 20%, iPhone displays a pop up window suggesting to put iPhone into the Power Saving mode, which, in turn, triggers RTAB-Map app crash. Would be good if the RTAB-Map app didn't stop data recording when pop up windows appear.
Both issues are observed on the RTAB-Map iOS 0.21.8 app installed from AppStore.
The text was updated successfully, but these errors were encountered:
That recording feature is somewhat experimental, I am not surprised of these issues. At max frequency (60 Hz), I didn’t test it more than 1 min or 2. At 1 Hz (default), it should last minutes to hours in theory, but I didn’t test for hours.
How long are your recordings?
For the 20% battery warning, iOS may be pushing back the app in background, turning off ARKit. I think continuing recording afterwards, assuming we have to reinitialize ARKit , would not make sense because the poses would not be continuous. The app would need however to close the current session and save it, asking the user to start another session.
About the 20% problem:
Maybe it still makes sense to continue recording after ArKit reinitialization because you then can manually identify the moment of failure and split the recording into two removing the nodes(records) that were captured during the reinitialization period.
From my experience, in 95% of cases of data collection sessions in data recording mode, I observe RTAB-Map app crashes after pressing the "stop" button.
The iPhone is configured to record data at maximum frequency.
This behaviour is observed on both iPhone 15 Pro and iPhone 12 mini.
[ANOTHER BUG]
If the iPhone battery level is slightly higher than 20%, one starts a data collection session in data recording mode, and then the battery level drops below 20%, iPhone displays a pop up window suggesting to put iPhone into the Power Saving mode, which, in turn, triggers RTAB-Map app crash. Would be good if the RTAB-Map app didn't stop data recording when pop up windows appear.
Both issues are observed on the RTAB-Map iOS 0.21.8 app installed from AppStore.
The text was updated successfully, but these errors were encountered: