Skip to content

Connecting to serve(..) via connect_tcp(..) call #2

Description

@adamocarolli

Hi,

How do you connect to serve via connect_tcp call? ie. I'd like to run the following client that connects to this repos serve.py example and logs some data that is then automatically viewable from the vite app:

rr.init("test", spawn=False)
rr.connect_tcp(addr="0.0.0.0:4321")

positions = np.zeros((10, 3))
positions[:,0] = np.linspace(-10,10,10)

colors = np.zeros((10,3), dtype=np.uint8)
colors[:,0] = np.linspace(0,255,10)

rr.log(
    "my_points",
    rr.Points3D(positions, colors=colors, radii=0.5)
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions