From f22ef8fc5a8f3afdf3431014c1aa7f59271e2171 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 24 Jul 2024 12:11:20 -0700 Subject: [PATCH] rerun: link to upstream issues old-commit-hash: 31036771ee8ba71e3fbe7c7f08aad3b5be0127e6 --- tools/rerun/run.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/rerun/run.py b/tools/rerun/run.py index 421785a2d5..6d9554038c 100755 --- a/tools/rerun/run.py +++ b/tools/rerun/run.py @@ -18,6 +18,12 @@ RR_TIMELINE_NAME = "Timeline" RR_WIN = "rerun_test" +""" +Relevant upstream Rerun issues: +- large time series: https://github.com/rerun-io/rerun/issues/5967 +- loading videos directly: https://github.com/rerun-io/rerun/issues/6532 +""" + class Rerunner: def __init__(self, route, segment_range, camera_config, enabled_services): self.enabled_services = [s.lower() for s in enabled_services]