From 86f22cb26bfce1e4c56042cab1b9226e9224aa04 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Thu, 1 Jun 2023 21:37:08 -0700 Subject: [PATCH] Fix typo. PiperOrigin-RevId: 537211345 Change-Id: Icec139ee4651e32008bf71d990d5dbe7434df67d --- doc/overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/overview.rst b/doc/overview.rst index 4c8e4638..45616df4 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -787,9 +787,9 @@ properties. Sites are light geoms. They have the same appearance properties but cannot participate in collisions and cannot be used to infer body masses. On the other hand sites can do things that geoms cannot do: they can specify the volumes of touch sensors, the attachment of IMU sensors, the routing of spatial tendons, the end-points of slider-crank actuators. These -are all spatial quantities, and yet they do not correspond to entities that should have mass or collide other entities --- which is why the site element was created. Sites can also be used to specify points (or rather frames) of interest to -the user. +are all spatial quantities, and yet they do not correspond to entities that should have mass or collide with other +entities -- which is why the site element was created. Sites can also be used to specify points (or rather frames) of +interest to the user. The following example illustrates the point that multiple sites and geoms can be attached to the same body: two sites and two geoms to one body in this case.