Brent Yi
Brent Yi
The `send_file_download` on this line: ```python server.send_file_download("recording.viser", content=rec.end_and_serialize()) ``` Should send the file to any connected clients (web browsers), and trigger a download there. If you'd like to to test...
Yeah, it's just a static webpage so you can host it the same way as any other static webpage. Standard GitHub pages is fine. Some more details: - `npx vite...
Thanks! Yeah, there are decisions that need to be made about how configurable we'd want this to be but I think we can/should do some variant of: - Implement `add_arrow()`...
Hi again Preston! This sounds like a reasonable use case. It would be nice to take some steps toward real-time plotting capabilities—I've spent a ton of time staring at `rqt_plot`...
Thanks for the update!! Yeah, the `add_image()` would also be generally useful + fast for me to throw together so I can also let you know if I get to...
Hi @victkk! Yes, we've thought about this and (assuming no big issues appear) can add it before the next release. Instead of only adding scale support for `add_frame`, I'm thinking...
Noted, thanks! Certainly lower priority so hard to make guarantees but I can see the value in either 4x4 transforms for general scene nodes or (if that's too hard for...
Hi @ehatami65! I think we might not have the bandwidth to do something very specialized for this in the near future, but there are some existing features that might be...
Hello! Unfortunately, I don't think what you're describing is supported. If you have a specific implementation idea we could review a PR.
Hello! If you can create the arrow as a mesh, we do support adding meshes: - https://viser.studio/latest/scene_api/#viser.SceneApi.add_mesh_simple - https://viser.studio/latest/scene_api/#viser.SceneApi.add_mesh_trimesh You can also add a spline, although the head of the...