Skip to content

Commit 2a03cf9

Browse files
committed
Limits are disabled by default
1 parent c4ff3d2 commit 2a03cf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/dynamics/getting_started.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ We will now enable all possible limits, since the UR5 URDF file is specifying pr
5151

5252
.. code-block:: python
5353
54-
# Torque limits (enabled by default)
54+
# Enabling limits (disabled by default)
5555
solver.enable_torque_limits(True)
56-
# Joints and velocity limits (disabled by default)
5756
solver.enable_velocity_limits(True)
5857
solver.enable_joint_limits(True)
5958

0 commit comments

Comments
 (0)