Skip to content

Commit 7d83d8d

Browse files
committed
lint
1 parent 0978753 commit 7d83d8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/api/lab/isaaclab.actuators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Ideal PD Actuator
6161
:show-inheritance:
6262

6363
.. autoclass:: IdealPDActuatorCfg
64-
:noindex:
64+
:noindex:
6565
:members:
6666
:inherited-members:
6767
:show-inheritance:

source/isaaclab/isaaclab/actuators/actuator_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class ActuatorBase(ABC):
8080
(1) [:,:,0] speed_effort_gradient : float = 1 (default),
8181
(2) [:,:,1] maximum_actuator_velocity : float = torch.inf (default), and
8282
(3) [:,:,2] velocity_dependent_resistance : float = 1 (default)
83-
83+
8484
which define velocity and effort dependent constraints on the motor's performance.
8585
8686
This feature is only implemented in IsaacSim v5.0.

0 commit comments

Comments
 (0)