From bbbf30ee47688bb03cefc7c3d6475b8283c0712f Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Thu, 20 Jul 2023 04:45:29 -0700 Subject: [PATCH] Fix typo in docs. PiperOrigin-RevId: 549594904 Change-Id: I96c3964367081a8da0324c9989c9eb5414fa411f --- doc/modeling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modeling.rst b/doc/modeling.rst index 3c718a9f..b9beb38d 100644 --- a/doc/modeling.rst +++ b/doc/modeling.rst @@ -620,7 +620,7 @@ Force clamping at joint input with :ref:`joint/actuatorforcerange`__ , two actuators, a :ref:`motor` and a :ref:`damper`, act on a single joint. - In `this example model `__ (similar to a "Dubin's - Car"), two actuators act on two wheels via a ref:`fixed tendon` transmission in order to apply + Car"), two actuators act on two wheels via a :ref:`fixed tendon` transmission in order to apply symmetric (roll forward/back) and antisymmetric (turn right/left) torques. - In `this example model `__, a :ref:`site transmission` implements a Cartesian controller of an arm end-effector.