Closed Abdullah-AIST closed 6 months ago
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'
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")
Question
Cannot import the RmpFlowController from omni.isaac.orbit.controllers
Due to the following error
ModuleNotFoundError: No module named 'omni.isaac.motion_generation'