Files
pose_tracking_exp/tests/test_camera_conventions.py
T
crosstyan d86e9f11d7 fix(tracking): construct RPT camera payloads via typed bindings
Switch the triangulation adapter from ad hoc Python dictionaries to rpt.make_camera so the tracker passes the exact typed camera objects expected by the current RPT bindings.

The camera convention test now asserts against the bound camera object's numeric fields instead of raw dict payloads, which keeps the test aligned with the compiled interface.
2026-03-27 12:02:41 +08:00

4.8 KiB