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
./isaaclab.sh -p source/standalone/workflows/robomimic/collect_demonstrations.py --task Isaac-Lift-Cube-Franka-IK-Rel-v0 --num_envs 1 --num_demos 10
[INFO] Using python from: /home/dji/IsaacLab/_isaac_sim/python.sh
Traceback (most recent call last):
File "/home/dji/IsaacLab/source/standalone/workflows/robomimic/collect_demonstrations.py", line 22, in
AppLauncher.add_app_launcher_args(parser)
File "/home/dji/IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/app/app_launcher.py", line 220, in add_app_launcher_args
AppLauncher._check_argparser_config_params(config)
File "/home/dji/IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/app/app_launcher.py", line 354, in _check_argparser_config_params
raise ValueError(
ValueError: The passed ArgParser object already has the field 'device'. This field will be added by AppLauncher.add_app_launcher_args(), and should not be added directly. Please remove the argument or rename it to a non-conflicting name.
There was an error running python
Steps to reproduce
[INFO] Using python from: /home/dji/IsaacLab/_isaac_sim/python.sh
Traceback (most recent call last):
File "/home/dji/IsaacLab/source/standalone/workflows/robomimic/collect_demonstrations.py", line 22, in <module>
AppLauncher.add_app_launcher_args(parser)
File "/home/dji/IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/app/app_launcher.py", line 220, in add_app_launcher_args
AppLauncher._check_argparser_config_params(config)
File "/home/dji/IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/app/app_launcher.py", line 354, in _check_argparser_config_params
raise ValueError(
ValueError: The passed ArgParser object already has the field 'device'. This field will be added by `AppLauncher.add_app_launcher_args
when I run the following demo in https://docs.robotsfan.com/isaaclab/source/setup/sample.html
there is something wrong, I can't find the solution
Describe the bug
./isaaclab.sh -p source/standalone/workflows/robomimic/collect_demonstrations.py --task Isaac-Lift-Cube-Franka-IK-Rel-v0 --num_envs 1 --num_demos 10
[INFO] Using python from: /home/dji/IsaacLab/_isaac_sim/python.sh
Traceback (most recent call last):
File "/home/dji/IsaacLab/source/standalone/workflows/robomimic/collect_demonstrations.py", line 22, in
AppLauncher.add_app_launcher_args(parser)
File "/home/dji/IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/app/app_launcher.py", line 220, in add_app_launcher_args
AppLauncher._check_argparser_config_params(config)
File "/home/dji/IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/app/app_launcher.py", line 354, in _check_argparser_config_params
raise ValueError(
ValueError: The passed ArgParser object already has the field 'device'. This field will be added by
AppLauncher.add_app_launcher_args()
, and should not be added directly. Please remove the argument or rename it to a non-conflicting name.There was an error running python
Steps to reproduce
For more information on this, check: https://www.markdownguide.org/extended-syntax/#fenced-code-blocks
-->
System Info
Describe the characteristic of your environment:
Additional context
Add any other context about the problem here.
Checklist
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.
The text was updated successfully, but these errors were encountered: