From 7bbb91896a143060c2aed3e76035c1a28b0c068d Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 24 Apr 2025 15:54:05 +0200 Subject: [PATCH] Update example script. --- scripts/test_triangulate.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/test_triangulate.py b/scripts/test_triangulate.py index 04c3885..207ac84 100644 --- a/scripts/test_triangulate.py +++ b/scripts/test_triangulate.py @@ -26,6 +26,9 @@ config = { "batch_poses": True, "whole_body": whole_body, "take_interval": 1, + "fps": -1, + "max_movement_speed": 0, + "max_track_distance": 0, } joint_names_2d = utils_pipeline.get_joint_names(whole_body)