Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-model
Commits
1ab266f5
Commit
1ab266f5
authored
May 04, 2015
by
Florent Lamiraux
Browse files
Cosmetic change: fix documentation.
parent
943022c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/model/joint-configuration.hh
View file @
1ab266f5
...
...
@@ -207,16 +207,11 @@ namespace hpp {
/// \retval result[index:index+ joint number dof] part of vector
/// representing the difference between q1 and q2.
///
/// \f[
/// \texttt{result}[\texttt{index}:\texttt{index}+3] =
/// \textbf{q}_1[\texttt{index}:\texttt{index}+3] -
/// \textbf{q}_2[\texttt{index}:\texttt{index}+3]
/// \f]
/// The difference is computed as follows:
/// \f[
/// \textbf{q}_1 [\texttt{index}
+3
:\texttt{index}+
6
] =
/// \exp \left(\texttt{result}[\texttt{index}
+3
:\texttt{index}+
6
]_{\times}
/// \right)\textbf{q}_2 [\texttt{index}
+3
:\texttt{index}+
6
]
/// \textbf{q}_1 [\texttt{index}:\texttt{index}+
4
] =
/// \exp \left(\texttt{result}[\texttt{index}:\texttt{index}+
3
]_{\times}
/// \right)\textbf{q}_2 [\texttt{index}:\texttt{index}+
4
]
/// \f]
virtual
void
difference
(
ConfigurationIn_t
q1
,
ConfigurationIn_t
q2
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment