Skip to content

Commit

Permalink
Fix typo in sensor documentation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633872551
Change-Id: I033a8227c19da2feebf286f4b3c24635f5625372
  • Loading branch information
kbayes authored and Copybara-Service committed May 15, 2024
1 parent b8a8d81 commit 6e58ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/XMLreference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6787,7 +6787,7 @@ See :ref:`collision-sensors` for more details about sensors of this type.
.. _sensor-distance-cutoff:

:at:`cutoff`
See :ref:`collision-sensors` for the sematics of this attribute, which is different than for other sensor catagories.
See :ref:`collision-sensors` for the sematics of this attribute, which is different than for other sensor categories.
If no collision is detected, the distance sensor returns the :at:`cutoff` value, so in this case
:at:`cutoff` acts as a maximum clipping value, in addition to the special semantics.

Expand Down Expand Up @@ -6834,7 +6834,7 @@ See :ref:`collision-sensors` for more details about sensors of this type.
.. _sensor-normal-cutoff:

:at:`cutoff`
See :ref:`collision-sensors` for the sematics of this attribute, which is different than for other sensor catagories.
See :ref:`collision-sensors` for the sematics of this attribute, which is different than for other sensor categories.
If no collision is detected, the :ref:`normal<sensor-normal>` sensor returns (0, 0, 0), otherwise it returns a
normalized direction vector. For this sensor, :at:`cutoff` does not lead to any clamping.

Expand Down Expand Up @@ -6882,7 +6882,7 @@ See :ref:`collision-sensors` for more details about sensors of this type.
.. _sensor-fromto-cutoff:

:at:`cutoff`
See :ref:`collision-sensors` for the sematics of this attribute, which is different than for other sensor catagories.
See :ref:`collision-sensors` for the sematics of this attribute, which is different than for other sensor categories.
If no collision is detected, the :ref:`fromto<sensor-fromto>` sensor returns 6 zeros.
For this sensor, :at:`cutoff` does not lead to any clamping.

Expand Down

0 comments on commit 6e58ced

Please sign in to comment.