NVIDIA / NVIDIA/IsaacTeleop

Add RPC backend for device plugins

Open
#365 2 comments 0 reactions 1 assignee View on GitHub

@nvddr is already working on this.

Since Jun 12, 2026.

NVIDIA
Dominant language
Python
Stars
385
Forks
88
Avg merge
3d 23h
Merged PRs (30d)
82

Description

Is your feature request related to a problem? Please describe.

Currently, Isaac Teleop device plugin has to live on the same machine where the CloudXR runtime is.

Describe the solution you'd like

It would be useful to have those device plugin to run on a remote machine that can talk to either CloudXR runtime or Isaac Teleop via PRC (implementation detail TBD)

Image

Describe alternatives you've considered

For certain devices (e.g. gamepad) that can be connect to the XR HMD, using CXR's opaque data channel can be a good approach as well. However, it's not as generalized: b/c 1) not all devices can be easily connect to HMD (e.g. Manus gloves); 2) We don't want to require XR HMD as part of the pipeline.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.