trying to run composer repilicator tutorial with the following command:
./python.sh tools/composer/src/main.py --input */parameters/warehouse.yaml --output */dataset/attempt_1 --mount ~/composer-workspace/ --num-scenes 3
i’ve been getting this following error:
Parsing and checking input parameterization.
Traceback (most recent call last):
File “tools/composer/src/main.py”, line 93, in
mount=args.mount,
File “/home/captain/.local/share/ov/pkg/isaac_sim-2022.2.0/extscache/omni.replicator.composer-1.2.2+lx64/omni/replicator/composer/src/composer.py”, line 86, in init
mount=mount,
File “/home/captain/.local/share/ov/pkg/isaac_sim-2022.2.0/extscache/omni.replicator.composer-1.2.2+lx64/omni/replicator/composer/src/parser.py”, line 97, in init
self.params = self.parse_input(input_file)
File “/home/captain/.local/share/ov/pkg/isaac_sim-2022.2.0/extscache/omni.replicator.composer-1.2.2+lx64/omni/replicator/composer/src/parser.py”, line 557, in parse_input
params = self.parse_params(params)
File “/home/captain/.local/share/ov/pkg/isaac_sim-2022.2.0/extscache/omni.replicator.composer-1.2.2+lx64/omni/replicator/composer/src/parser.py”, line 495, in parse_params
self.parse_paths(params)
File “/home/captain/.local/share/ov/pkg/isaac_sim-2022.2.0/extscache/omni.replicator.composer-1.2.2+lx64/omni/replicator/composer/src/parser.py”, line 364, in parse_paths
paths = _verify_paths(key, [path], correct_file_types)
File “/home/captain/.local/share/ov/pkg/isaac_sim-2022.2.0/extscache/omni.replicator.composer-1.2.2+lx64/omni/replicator/composer/src/parser.py”, line 318, in _verify_paths
raise ValueError(f"Parameter {key} has path {path} not found on {self.nucleus_server} or locally.")
ValueError: Parameter scenario_model has path /Isaac/Environments/Simple_Warehouse/warehouse.usd not found on omniverse://localhost or locally.
2023-01-03 15:01:23 [8,728ms] [Warning] [carb.audio.context] 1 contexts were leaked
./python.sh: line 41: 735151 Segmentation fault (core dumped) $python_exe “$@” $args
There was an error running python
please let me know what logs i could upload in order to help debug and solve the problem.
thank you