Skip to content

Commit

Permalink
rerun: link to upstream issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jul 24, 2024
1 parent 2221ffc commit 3103677
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/rerun/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
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]
Expand Down

0 comments on commit 3103677

Please sign in to comment.