Skip to content

DisconnectSpace and TimeSeriesScalar #4465

@rangsjo

Description

@rangsjo

Describe the bug

rerun_example_disconnect_space does not work if TimeSeriesScalar is logged in python.

To Reproduce
Steps to reproduce the behavior:

  1. Run:

         # Slightly modified example code for disconnect space
         rr.init("rerun_example_disconnect_space", spawn=True)
    
         # These two points can be projected into the same space..
         rr.log("world/room1/point", rr.TimeSeriesScalar(0))
         rr.log("world/room2/point", rr.TimeSeriesScalar(1))
    
         # ..but this one lives in a completely separate space!
         rr.log("world/wormhole", rr.DisconnectedSpace())
         rr.log("world/wormhole/point", rr.TimeSeriesScalar(3))
    
  2. Look in the viewer for disconnected spaces.

Expected behavior

Two different spaces should be shown, but as stated, all signals are shown in one single space.

Screenshots

image

Desktop:

  • OS: ubuntu 22.04

Rerun version

rerun_py 0.10.1 [rustc 1.72.1 (d5c2e9c34 2023-09-13), LLVM 16.0.5] x86_64-unknown-linux-gnu release-0.10.1 e596e4e, built 2023-11-02T16:05:55Z

Metadata

Metadata

Assignees

No one assigned

    Labels

    📺 re_vieweraffects re_viewer itself🟦 blueprintThe data that defines our UI🪳 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions