AttributeError: module 'omni.replicator.core' has no attribute 'group'

Hi,
I’m following the tutorial on Universal Scene Description (USD) | NVIDIA Developer in Isaac Sim and I got this error:

AttributeError: module 'omni.replicator.core' has no attribute 'group'
./python.sh: line 40:  8372 Segmentation fault      (core dumped) $python_exe "$@" $args

The last line before the error is this:

File "../.local/share/ov/pkg/isaac_sim-2022.1.1/exts/omni.replicator.composer-1.1.3+lx64.cp37/omni/replicator/composer/src/composer.py", line 416, in _create_scenario_room
    walls = rep.group([wall_1, wall_2, wall_3, wall_4])

What should I do to solve this error?

1 Like

Same problem here, I tried to change it to rep.create.group but still got other bugs. Could anyone help with this problem?

I realize that we may install and use isaac-sim-2021.2.1 instead. This tutorial video is not for latest version.

1 Like

Hello

The correct function would be
omni.replicator.core.create.group

You can find the Replicator API documentation here:
API — omni_replicator 1.6.4 documentation (nvidia.com)