isaac-sim / IsaacLab

Unified framework for robot learning built on NVIDIA Isaac Sim
https://isaac-sim.github.io/IsaacLab
Other
1.9k stars 727 forks source link

[Question] omni.isaac.motion_generation -- ModuleNotFoundError #439

Closed Abdullah-AIST closed 3 months ago

Abdullah-AIST commented 3 months ago

Question

Cannot import the RmpFlowController from omni.isaac.orbit.controllers
Due to the following error

from omni.isaac.motion_generation import ArticulationMotionPolicy

ModuleNotFoundError: No module named 'omni.isaac.motion_generation'

Abdullah-AIST commented 3 months ago

Solved. I had to enable the extension first in the cfg file.

from omni.isaac.core.utils.extensions import enable_extension enable_extension("omni.isaac.motion_generation")