We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09748fe commit 1de0d8aCopy full SHA for 1de0d8a
source/isaaclab/isaaclab/actuators/actuator_base.py
@@ -13,7 +13,7 @@
13
import isaaclab.utils.string as string_utils
14
from isaaclab.utils.types import ArticulationActions
15
16
-from .actuator_base_cfg import ActuatorBaseCfg
+from . import ActuatorBaseCfg
17
18
19
class ActuatorBase(ABC):
0 commit comments