Failed to launch replicator - following the turtorial

Continuing the discussion from Failed to launch example command of replicator composer:

I have the same error, and the suggested solution is not working for me. After applying the above suggestion, I got this error:
“Traceback (most recent call last):
File “tools/composer/src/main.py”, line 270, in
composer = Composer(params, index, output_dir)
File “tools/composer/src/main.py”, line 63, in init
self.scene_manager = SceneManager(self.sim_app, self.sim_context)
AttributeError: ‘Composer’ object has no attribute ‘sim_app’
./python.sh: line 46: 813588 Segmentation fault (core dumped) $python_exe “$@” $args
There was an error running python”

I have tested other standalone examples with ./python.sh they work fine.

LIne 50 should be:

self.sim_app = kit

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.