Ros2#476
Open
GigaFlopsis wants to merge 23 commits into
Open
Conversation
…ющему (как и раньше). Обратный проход: Вычисляется поток от следующего кадра обратно к текущему. Проверка согласованности: Если точка после обратного прохода не вернулась в исходную позицию (с ошибкой > 0.7 пикселя), она считается выбросом (outlier) и отбрасывается.
- Accelerometer Outlier Rejection - Exponential Smoothing Filter - Altitude-Based Scale Correction
- **Periodic td optimization** to reduce runtime cost: td parameter is optimized in short bursts every `estimate_td_period` seconds (default 7s) - When idle between bursts, td stays constant and projection factors fall back to fast version without td term - Optional config key `estimate_td_period` added (seconds) - **Logging improvements**: - `td` value printed only when optimization occurs (not every frame) - Optimized trajectory position (`x, y, z`) printed every frame for monitoring - Format: `Optimized pose: x=... y=... z=...` and `td updated: ...` (when changed)
…ч при высокой скорости System Robustness - обработка negative timestamps и увеличенные пороги failure detection Performance Optimization - отключение bidirectional flow, сокращение solver iterations, оптимизация feature tracking Camera-Specific Tuning - параметры для thermal и USB камер Velocity Logging - вывод горизонтальной и вертикальной скорости
- tested on termal camera
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.