From 8391310199cc9b4ffe36c5ad29020e34ba29ed4d Mon Sep 17 00:00:00 2001 From: Satja Sivcev Date: Wed, 13 Jul 2022 12:50:37 +0200 Subject: [PATCH] Samples: Automatic updates to public repository Remember to do the following: 1. Ensure that modified/deleted/new files are correct 2. Make this commit message relevant for the changes 3. Force push 4. Delete branch after PR is merged If this commit is an update from one SDK version to another, make sure to create a release tag for previous version. --- source/applications/advanced/get_checkerboard_pose_from_zdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/applications/advanced/get_checkerboard_pose_from_zdf.py b/source/applications/advanced/get_checkerboard_pose_from_zdf.py index 3f4c7327..cf77803c 100644 --- a/source/applications/advanced/get_checkerboard_pose_from_zdf.py +++ b/source/applications/advanced/get_checkerboard_pose_from_zdf.py @@ -77,7 +77,7 @@ def _main(): with zivid.Application(): - data_file = Path() / get_sample_data_path() / "ArucoMarkerInCameraOrigin.zdf" + data_file = Path() / get_sample_data_path() / "CalibrationBoardInCameraOrigin.zdf" print(f"Reading ZDF frame from file: {data_file}") frame = zivid.Frame(data_file) point_cloud = frame.point_cloud()