-
Notifications
You must be signed in to change notification settings - Fork 15
Add Meta Quest Support #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
Signed-off-by: Bin Liu (SW-GPU) <binliu@nvidia.com>
| Currently supports G1 humanoid robot with gripper control via trigger buttons. | ||
| """ | ||
|
|
||
| name = "motion_controllers" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IsaacLab-Arena/isaaclab_arena/scripts/teleop.py
Lines 53 to 55 in 790f25a
| if "handtracking" in args_cli.teleop_device.lower(): | |
| app_launcher_args["xr"] = True | |
Do we need to set xr arg for this "motion_controllers"? @binliunls This can help getting ride of the --xr in the command line input, which may be preferred by the repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do need to set --xr for motion controllers FWIW, this is the trigger to pick up the appropriate kit file for XR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it work if "xr" is added to app launcher args like below?
app_launcher_args["xr"] = True
app_launcher = AppLauncher(app_launcher_args)
Summary
Add support for the Meta Quest.
The command to run
Follow the instruction to set up the Meta Quest teleop
Detailed description
Add the support for the Meta Quest teleoperation
Add a new teleoperation device and update the IsaacSim/IsaacLab version.