vuer icon indicating copy to clipboard operation
vuer copied to clipboard

Vuer is a 3D visualization tool for robotics and VR applications.

Results 15 vuer issues
Sort by recently updated
recently updated
newest added

Thanks for the great repo! I am running into issues when trying to visualize a URDF file in a VR headset. I can run the mars rover example fine and...

When I use Vuer to visualize a 3dgs scene and drag the mouse, the scene will rotate around the specified world axis. before: after: But this will cause the camera...

Hello! I've been trying to run the examples but with no luck so far. When running the example from the README: ```python from vuer import Vuer, VuerSession from vuer.schemas import...

To repro - run this code and observe the sphere doesn't get removed ```python from asyncio import sleep from vuer import Vuer from vuer.schemas import Scene, Box, Plane, Sphere cert_file="./cert.pem"...

Hi, I'm having a very weird issue: the app works perfectly in the browser (both on laptop and on Meta Quest 2 browser) but once i start VR mode, the...

When trying the example on the README.md I get this error. ``` from vuer import Vuer, VuerSession from vuer.schemas import DefaultScene, Urdf app = Vuer() @app.spawn(start=True) async def main(session: VuerSession):...

I run the script teleop/teleop_hand.py [https://github.com/OpenTeleVision/TeleVision] It use vuer for hand tracking. the device is meta quest3. async def on_hand_move(self, event, session, fps=60): try: self.left_hand_shared[:] = event.value["leftHand"] self.right_hand_shared[:] = event.value["rightHand"]...

Firstly, I want to express my sincere gratitude for your outstanding contributions to the open-source community. The Vuer library is a remarkable tool, and your dedication is truly appreciated. I'm...