v1.8.0
2025-01-21
🚀 Features
- Added a feature to use multiple VL pose information for initial position estimation.
- Configurable via
Initial Pose Count
andInitial Pose Degree
inVLSDKSettings
. - Added and removed events in
VLSDKManager
:- Added
OnVLPoseRequested(VLRequestEventData)
event. - Added
OnVLPoseResponded(VLResponseEventData)
event. - Removed
OnInitialPoseReceived(int)
event.
- Added
trackerState
property.
- Added
- Enhanced control over inlier values to determine VL Quality levels (Low, Medium, High).
- Added support for iOS simulator dummy builds.
🐛 Bug Fixes
- Fixed an issue where VL requests could not be sent after returning from the background.