Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrl-walkgen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Guilhem Saurel
jrl-walkgen
Commits
f907fa26
Commit
f907fa26
authored
14 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
Fix some problems to generate documentation.
parent
108a9cb3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/Doxyfile.extra.in
+6
-5
6 additions, 5 deletions
doc/Doxyfile.extra.in
doc/additionalHeader/modules.hh
+7
-1
7 additions, 1 deletion
doc/additionalHeader/modules.hh
with
13 additions
and
6 deletions
doc/Doxyfile.extra.in
+
6
−
5
View file @
f907fa26
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@"
This diff is collapsed.
Click to expand it.
doc/additionalHeader/modules.hh
+
7
−
1
View file @
f907fa26
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment