Skip to content

Commit 8ae7904

Browse files
committed
clean docstring
1 parent a163551 commit 8ae7904

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/isaaclab/isaaclab/actuators/actuator_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ 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-
which define velocity and effort dependent constraints on the motor's performance.
83+
84+
which define velocity and effort dependent constraints on the motor's performance.
8485
8586
This feature is only implemented in IsaacSim v5.0.
8687

0 commit comments

Comments
 (0)