Skip to content

Commit 2c12285

Browse files
author
Murilo Marinho
committed
Adjusting and to balance the explanation properly.
1 parent 7c787a7 commit 2c12285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/actions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Suppose that we want to design an action server that takes this robot-like objec
3737
towards the goal :math:`\boldsymbol{p}_d` with a speed :math:`s \in \mathbb{R}`. As feedback, it gives us the distance :math:`d \in \mathbb{R}` between the current
3838
position and the desired position.
3939

40-
The distance :math:`d \in \mathbb{R}` will be calculated
40+
The distance :math:`d` will be calculated
4141
from the terms :math:`x`, :math:`x_d`, :math:`y`, and :math:`y_d`, as follows.
4242

4343
.. math::
@@ -51,4 +51,4 @@ This can be mathematically described as follows.
5151
5252
\boldsymbol{p}(k+1) = \boldsymbol{p}(k) - s\left(\frac{\boldsymbol{p} - \boldsymbol{p}_d}{d}\right),
5353
54-
where in the :math:`k`\-ith iteration :math:`\boldsymbol{p}(k+1)` represents the next position, :math:`\boldsymbol{p}(k)` the current position, and :math:`s \in \mathbb{R}` is the desired speed.
54+
where :math:`\boldsymbol{p}(k+1)` represents the next position and :math:`\boldsymbol{p}(k)` the current position.

0 commit comments

Comments
 (0)