-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Updates the teleop_se3 and record_demos scripts with more helpful description for teleop_device parameter #3642
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
Updates the teleop_se3 and record_demos scripts with more helpful description for teleop_device parameter #3642
Conversation
…arameter description for teleop_device
parser.add_argument( | ||
"--teleop_device", | ||
type=str, | ||
default="keyboard", |
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.
This always overrides to keyboard right now. Is that intentional?
help="Device for interacting with environment. Examples: keyboard, spacemouse, gamepad, handtracking, manusvive", | ||
help=( | ||
"Teleop device. Set here (legacy) or via the environment config. If using the environment config, pass the" | ||
" device key/name defined under 'teleop_devices' (it can be a custom name, not necessarily 'handtracking')." |
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.
Where is teleop_devices defined?
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.
In the environment config
help=( | ||
"Teleop device. Set here (legacy) or via the environment config. If using the environment config, pass the" | ||
" device key/name defined under 'teleop_devices' (it can be a custom name, not necessarily 'handtracking')." | ||
" Built-ins: keyboard, spacemouse, gamepad. Not all tasks support all built-ins." |
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.
Just curious, why handtracking
is not one of the built-ins
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.
It;s robot specific and requires the retargeters to be configured.
Description
Updates the teleop_se3 and record_demos scripts with more helpful description for teleop_device parameter. This now mentions how the teleop device is defined per task in the env config, which devices are "built-in" to the scripts, and that not all tasks will support every teleop device.
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Screenshots
Please attach before and after screenshots of the change if applicable.
Checklist
pre-commit
checks with./isaaclab.sh --format
config/extension.toml
fileCONTRIBUTORS.md
or my name already exists there