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 run into this scenario when I have SLAM-ed and saved a map. Then, a couple other recordings are completed in the same environment of the map using recording only mode. In order to make every session's coordinate consistent, I want to load the same map for each replay of the recording.
But the callback function onOutput was never called. If I choose not to use this config, the replay will generate poses for each recording. So I was just wondering if this is possible?
The text was updated successfully, but these errors were encountered:
With Replay API, the best approach is to use relocalization parameter set, and I just updated the examples to use it also. Basically, with Replay API, just add
Hi, I run into this scenario when I have SLAM-ed and saved a map. Then, a couple other recordings are completed in the same environment of the map using recording only mode. In order to make every session's coordinate consistent, I want to load the same map for each replay of the recording.
Similar to the code here:
sdk-examples/python/oak/mixed_reality.py
Line 178 in 8ef5ae7
I used this config for replay:
But the callback function
onOutput
was never called. If I choose not to use this config, the replay will generate poses for each recording. So I was just wondering if this is possible?The text was updated successfully, but these errors were encountered: