feat(perception): project recorded results into Rerun
This commit is contained in:
@@ -17,6 +17,7 @@ from k1link.device_plugins.xgrids_k1.mqtt.capture import (
|
||||
RAW_MAGIC,
|
||||
)
|
||||
from k1link.device_plugins.xgrids_k1.rrd_export import (
|
||||
RECORDED_CAMERA_VIEW_ID,
|
||||
RECORDED_METRICS_VIEW_ID,
|
||||
RECORDED_POINTS_VISUALIZER_ID,
|
||||
RECORDED_ROOT_CONTAINER_ID,
|
||||
@@ -232,8 +233,10 @@ def test_dynamic_blueprint_reuses_scene_ids_without_playback_mutation() -> None:
|
||||
first_view = first.root_container.contents[0]
|
||||
second_view = second.root_container.contents[0]
|
||||
assert first_view.id == second_view.id == RECORDED_SPATIAL_VIEW_ID
|
||||
assert first.root_container.contents[1].id == RECORDED_METRICS_VIEW_ID
|
||||
assert second.root_container.contents[1].id == RECORDED_METRICS_VIEW_ID
|
||||
assert first.root_container.contents[1].id == RECORDED_CAMERA_VIEW_ID
|
||||
assert second.root_container.contents[1].id == RECORDED_CAMERA_VIEW_ID
|
||||
assert first.root_container.contents[2].id == RECORDED_METRICS_VIEW_ID
|
||||
assert second.root_container.contents[2].id == RECORDED_METRICS_VIEW_ID
|
||||
|
||||
first_point_behavior, first_point_visualizer = first_view.visualizer_overrides["/world/points"]
|
||||
second_point_behavior, second_point_visualizer = second_view.visualizer_overrides[
|
||||
|
||||
Reference in New Issue
Block a user