Skip to content

Commit 3546600

Browse files
authored
Rename kCos to kG to match sysid (#1688)
1 parent 53be0d1 commit 3546600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/docs/software/pathplanning/robot-characterization/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Arm Characterization
6767

6868
The arm characterization tool determines the best-fit parameters for the equation:
6969

70-
.. math:: V = kS \cdot sgn(\dot{\theta}) + kCos \cdot cos(\theta) + kV \cdot \dot{\theta} + kA \cdot \ddot{\theta}
70+
.. math:: V = kS \cdot sgn(\dot{\theta}) + kG \cdot cos(\theta) + kV \cdot \dot{\theta} + kA \cdot \ddot{\theta}
7171

72-
where :math:`V` is the applied voltage, :math:`\theta` is the angular displacement (position) of the arm, :math:`\dot{\theta}` is its angular velocity, and :math:`\ddot{\theta}` is its angular acceleration. The cosine term (:math:`kCos`) is added to correctly account for the effect of gravity.
72+
where :math:`V` is the applied voltage, :math:`\theta` is the angular displacement (position) of the arm, :math:`\dot{\theta}` is its angular velocity, and :math:`\ddot{\theta}` is its angular acceleration. The cosine term (:math:`kG`) is added to correctly account for the effect of gravity.
7373

7474
Elevator Characterization
7575
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)