Skip to content
Snippets Groups Projects
Commit f907fa26 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Fix some problems to generate documentation.

parent 108a9cb3
No related branches found
No related tags found
No related merge requests found
INPUT = @CMAKE_SOURCE_DIR@/include \
@CMAKE_SOURCE_DIR@/doc/additionalHeader \
@CMAKE_SOURCE_DIR@/src
IMAGE_PATH = @CMAKE_SOURCE_DIR@/doc/pictures
INPUT += @CMAKE_SOURCE_DIR@/include \
@CMAKE_SOURCE_DIR@/doc/additionalHeader \
@CMAKE_SOURCE_DIR@/src
TAGFILES = \
IMAGE_PATH += @CMAKE_SOURCE_DIR@/doc/pictures
TAGFILES += \
"@ABSTRACT_ROBOT_DYNAMICS_DOXYGENDOCDIR@/abstract-robot-dynamics.doxytag = @ABSTRACT_ROBOT_DYNAMICS_DOXYGENDOCDIR@" \
"@JRL_MAL_DOXYGENDOCDIR@/jrl-mal.doxytag = @JRL_MAL_DOXYGENDOCDIR@" \
"@JRL_DYNAMICS_DOXYGENDOCDIR@/jrl-dynamics.doxytag = @JRL_DYNAMICS_DOXYGENDOCDIR@"
......@@ -40,7 +40,7 @@ implemented uses the single point mass model. If the masses of your robot
legs and arms are too important to be ignored it is very likely that
none of the algorithms will give a feasible pair of CoM-ZMP trajectories.
The first available algorithm is the preview algorithm \ref Kajita2003 and \ref Kajita2005.
The first available algorithm is the preview algorithm as formulated in \ref Kajita2003 and \ref Kajita2005.
This algorithm is real-time if you do not change the foot-prints inside the preview
window.
If you do want to perform this modification you should see \ref Morisawa2007.
......@@ -58,6 +58,12 @@ Its description can be found in \ref Herdt2010. This problem is currently solved
using ql written by Pr. Schittkowski (\ref Schittkowski2007 ). We thank him for
letting us distribute his code in our LGPL code.
\section Documentation
The documentation is divided in the following sections:
<ul>
<li> \subpage Installing</li>
</ul>
\section References
\anchor Kajita2003
S. Kajita and F. Kanehiro and K. Kaneko and K. Fujiwara and K. Harada and K. Yokoi and H. Hirukawa,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment