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
fix: Improve TF2 error handling with proper exception catching
Enhanced transform lookup error handling to gracefully handle missing frames and connectivity issues:
- Added tf2_py import for specific exception types
- Expanded exception handling in lookup_transform_catch_exception to catch LookupException and ConnectivityException
- Added None checks after transform lookups in callbacks to skip processing when transforms are unavailable
- All warnings are throttled to avoid log spam
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments