Fix tracker time increasing issue - #78
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthrough
ChangesPose-state synchronization
Estimated code review effort: 3 (Moderate) | ~20 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Test Results
cuVSLAM Evaluation KPIs
Artifacts |
slepichev
left a comment
There was a problem hiding this comment.
The public API contract (cuvslam2.h:750) requires all Slam methods to be called from a single thread. track_data_ and trajectory_ are only ever touched from that one caller thread, so no concurrent access is possible. No need to add extra mutex.
Fix issue #77
Summary by CodeRabbit