Open
Description
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)
)
Metadata
Metadata
Assignees
Labels
No labels