From 771723de4dfded5bd18d1522752ecc7ea4cbb4e3 Mon Sep 17 00:00:00 2001 From: Benedikt Best <63287233+btbest@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:40:52 +0200 Subject: [PATCH] Update stitching scene example to 0.6.dev4 input/output now mandatory as objects with name --- examples/scene/scene_stitching.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/scene/scene_stitching.json b/examples/scene/scene_stitching.json index 6556a790..6304a989 100644 --- a/examples/scene/scene_stitching.json +++ b/examples/scene/scene_stitching.json @@ -8,7 +8,7 @@ "coordinateTransformations": [ { "type": "translation", - "output": "world", + "output": {"name": "world"}, "input": {"path": "tile_0", "name": "physical"}, "translation": [ 0, @@ -18,7 +18,7 @@ }, { "type": "translation", - "output": "world", + "output": {"name": "world"}, "input": {"path": "tile_1", "name": "physical"}, "translation": [ 0, @@ -28,7 +28,7 @@ }, { "type": "translation", - "output": "world", + "output": {"name": "world"}, "input": {"path": "tile_2", "name": "physical"}, "translation": [ 276, @@ -38,7 +38,7 @@ }, { "type": "translation", - "output": "world", + "output": {"name": "world"}, "input": {"path": "tile_3", "name": "physical"}, "translation": [ 276, @@ -69,4 +69,4 @@ } } } -} \ No newline at end of file +}