Skip to content

Commit

Permalink
Improve typography
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Dec 28, 2024
1 parent 8ba011a commit 775d582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/ScrewTheoryLib/ScrewTheoryIkProblem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class ScrewTheoryIkSubproblem
* @brief Finds a closed geometric solution for this IK subproblem
*
* Given the product of exponentials (POE) formula
* @f$ \prod_i e\,^{\hat{\xi}_i\,{\theta_i}} \cdot H_{ST}(0) = H_{ST}(\theta) @f$ ,
* , invariant and known terms are rearranged to the right side (\p rhs) as follows:
* @f$ \prod_i e\,^{\hat{\xi}_i\,{\theta_i}} \cdot H_{ST}(0) = H_{ST}(\theta) @f$,
* invariant and known terms are rearranged to the right side (\p rhs) as follows:
*
* @f[
* \prod_{i=j}^{j+k} e\,^{\hat{\xi}_i\,{\theta_i}} =
Expand All @@ -51,7 +51,7 @@ class ScrewTheoryIkSubproblem
* \left [ \prod_{i=j+k+1}^{N} e\,^{\hat{\xi}_i\,{\theta_i}} \right ]^{-1}
* @f]
*
* where @f$ j = \{1, 2, ..., N\}, k = \{1, 2, ..., N-1\}, 1 <= j+k <= N @f$ .
* where @f$ j = \{1, 2, ..., N\} @f$, @f$ k = \{1, 2, ..., N-1\} @f$, @f$ 1 <= j+k <= N @f$.
*
* Given @f$ N @f$ terms in the POE formula, @f$ j @f$ of which are unknowns, any
* characteristic point @f$ p @f$ postmultiplying this expression could be rewritten
Expand All @@ -63,7 +63,7 @@ class ScrewTheoryIkSubproblem
* @f]
*
* where \p pointTransform is the transformation matrix that produces @f$ p' @f$
* from @f$ p @f$ .
* from @f$ p @f$.
*
* @param rhs Right-hand side of the POE formula prior to being applied to the
* right-hand side of this subproblem.
Expand Down

0 comments on commit 775d582

Please sign in to comment.