Skip to content

Add target_T_world parameter to IsaacTeleopDevice.advance() for frame#5042

Draft
rwiltz wants to merge 2 commits intoisaac-sim:developfrom
rwiltz:rwiltz/teleop-target-frame-api
Draft

Add target_T_world parameter to IsaacTeleopDevice.advance() for frame#5042
rwiltz wants to merge 2 commits intoisaac-sim:developfrom
rwiltz:rwiltz/teleop-target-frame-api

Conversation

@rwiltz
Copy link
Contributor

@rwiltz rwiltz commented Mar 16, 2026

Description

Add an optional target_T_world parameter to IsaacTeleopDevice.advance() that left-multiplies the world-to-anchor matrix before it enters the retargeting pipeline, allowing applications to receive all teleop poses in an arbitrary target frame (e.g. robot base link for IK controllers).
Support np.ndarray, torch.Tensor, and wp.array (via duck-typed .numpy()) as input types for the transform matrix.
Add unit tests for the _to_numpy_4x4 conversion helper and the rebase matrix multiplication logic.

Fixes # (issue)

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read and understood the contribution guidelines
  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

@github-actions github-actions bot added the isaac-lab Related to Isaac Lab team label Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

isaac-lab Related to Isaac Lab team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant