Skip to content

Nothing is displayed when only timeless data has been logged #1175

@teh-cmc

Description

@teh-cmc

What the title says.

Try it yourself:

from __future__ import annotations

import rerun as rr

rr.init("please_show_something", spawn=True)
rr.log("my_point", rr.Points3D([1, 1, 1]))

image

from __future__ import annotations

import rerun as rr

rr.init("please_show_something", spawn=True)
rr.log("my_point", rr.Points3D([1, 1, 1]), timeless=True)

image

Metadata

Metadata

Assignees

Labels

uiconcerns graphical user interface🏎️ Quick IssueCan be fixed in a few hours or less😤 annoyingSomething in the UI / SDK is annoying to use🪳 bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions