You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Since the ManusSDK is not redistributed in Isaac Lab, we have
implemented a input device plugin Isaac Sim extension which allows users
to download and build the plugin against the ManusSDK, and use it in
Isaac Lab teleportation. This change aims to provide documentation of
the procedure.
## Type of change
- Documentation
## Checklist
- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] 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
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
to ``/etc/udev/rules.d/`` and restarting the udev service.
425
+
426
+
.. code-block:: bash
427
+
428
+
sudo udevadm control --reload-rules && sudo udevadm trigger
429
+
430
+
The Manus integration is provided through the Isaac Sim teleoperation input plugin framework.
431
+
Install the plugin by following the build and installation steps in `isaac-teleop-device-plugins <https://github.com/isaac-sim/isaac-teleop-device-plugins>`_.
432
+
433
+
In the same terminal from which you will launch Isaac Lab, set:
434
+
435
+
.. code-block:: bash
436
+
437
+
export ISAACSIM_HANDTRACKER_LIB=<path to isaac-teleop-device-plugins>/build-manus-default/lib/libIsaacSimManusHandTracking.so
438
+
439
+
Once the plugin is installed, run the teleoperation example:
0 commit comments